This commit is contained in:
bs
2026-08-26 00:46:31 -07:00
parent 51313b001e
commit 7e646f80dc
22 changed files with 246 additions and 201 deletions
@@ -178,6 +178,8 @@ class ProductPhotosControllerTest extends BaseControllerTest {
'photo' => $image,
'enabled' => 1,
];
// dd($data);
$this->post($url, $data);
// dd($this->_response);
$this->assertResponseCode(302);