Skip to content

Commit

Permalink
#30 fix ignoring
Browse files Browse the repository at this point in the history
  • Loading branch information
1stthomas committed Mar 10, 2022
1 parent 42f6812 commit 065f3b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/tests/output/
/tests/run/
/tests/.phpunit.result.cache
/tests/bootstrap.php
/tests/configuration_1.xml
/tests/php_errors.log
/tests/t1.php
Expand Down
10 changes: 10 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

//error_reporting(E_ALL | E_STRICT);
//ini_set('display_errors', '1');
//ini_set('display_startup_errors', '1');

/**
* Setup the vendor autoloader.
*/
$loader = require __DIR__ . '/../vendor/autoload.php';

0 comments on commit 065f3b1

Please sign in to comment.