mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
🚧 Add error log for tests
This commit is contained in:
parent
e2d00bec41
commit
3fb684d608
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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user