forked from wallabag/wallabag
Move tests cache clean to the bootstrap file
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Symfony\Component\Filesystem\Filesystem;
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
(new Filesystem())->remove(__DIR__ . '/../var/cache/test');
|
||||
|
||||
Reference in New Issue
Block a user