1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00
wallabag/tests/bootstrap.php

8 lines
159 B
PHP
Raw Normal View History

2024-01-07 22:12:29 +01:00
<?php
use Symfony\Component\Filesystem\Filesystem;
2024-01-07 22:12:29 +01:00
require __DIR__ . '/../vendor/autoload.php';
(new Filesystem())->remove(__DIR__ . '/../var/cache/test');