20-02-2026
This commit is contained in:
parent
854ce02bf6
commit
4d6b4930b2
128 changed files with 18247 additions and 2093 deletions
9
tests/bootstrap.php
Normal file
9
tests/bootstrap.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
// Config-Cache entfernen, damit phpunit.xml-Umgebungsvariablen (SQLite) greifen
|
||||
$configCache = __DIR__.'/../bootstrap/cache/config.php';
|
||||
if (file_exists($configCache)) {
|
||||
unlink($configCache);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue