mirror of
https://github.com/getgrav/grav.git
synced 2026-05-05 13:16:24 +02:00
🚧 Add error log for tests
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -39,4 +39,5 @@ user/config/security.yaml
|
||||
|
||||
tests/_output/*
|
||||
tests/_support/_generated/*
|
||||
tests/cache/*
|
||||
tests/cache/*
|
||||
tests/error.log
|
||||
|
||||
@@ -6,6 +6,8 @@ namespace Grav;
|
||||
use Codeception\Util\Fixtures;
|
||||
use Faker\Factory;
|
||||
|
||||
ini_set('error_log', __DIR__ . '/error.log');
|
||||
|
||||
// Ensure vendor libraries exist
|
||||
$autoload = __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user