clean up
This commit is contained in:
@@ -178,6 +178,8 @@ class ProductPhotosControllerTest extends BaseControllerTest {
|
||||
'photo' => $image,
|
||||
'enabled' => 1,
|
||||
];
|
||||
// dd($data);
|
||||
|
||||
$this->post($url, $data);
|
||||
// dd($this->_response);
|
||||
$this->assertResponseCode(302);
|
||||
|
||||
Reference in New Issue
Block a user