Move tests cache clean to the bootstrap file

This commit is contained in:
Yassine Guedidi
2024-01-07 22:15:55 +01:00
parent 479cded7b4
commit 3e403b84d3
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,7 @@
<?php
use Symfony\Component\Filesystem\Filesystem;
require __DIR__ . '/../vendor/autoload.php';
(new Filesystem())->remove(__DIR__ . '/../var/cache/test');