test if will fix ci actions
This commit is contained in:
parent
db79a636b3
commit
77283191ef
|
@ -41,7 +41,7 @@ class BaseControllerTest extends TestCase
|
|||
$newName = $productsFolder . DS . '2c386086-f4c5-4093-bea5-ee9c29479f58.png';
|
||||
if (file_exists($toCopy)) {
|
||||
if (!file_exists($productsFolder)) {
|
||||
mkdir($productsFolder);
|
||||
mkdir($productsFolder, 0775, true);
|
||||
}
|
||||
copy($toCopy, $newName);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue