🚧 Add error log for tests

This commit is contained in:
Flavio Copes 2016-01-29 18:28:38 +01:00
parent e2d00bec41
commit 3fb684d608
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -39,4 +39,5 @@ user/config/security.yaml
tests/_output/*
tests/_support/_generated/*
tests/cache/*
tests/cache/*
tests/error.log

View File

@ -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';