handle internal id vs integer id category in product photos
This commit is contained in:
@@ -277,6 +277,7 @@ class ProductPhotosControllerTest extends BaseControllerTest
|
||||
'enabled' => 1,
|
||||
];
|
||||
$this->post($url, $data);
|
||||
// dd($this->_response);
|
||||
$this->assertResponseCode(302);
|
||||
$this->assertRedirectContains('product-photos');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user