diff --git a/.gitignore b/.gitignore index 294c281..e30f107 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ vendor/ .phpunit.result.cache .php_cs.cache docs -phploc.xml \ No newline at end of file +phploc.xml +cghooks.lock \ No newline at end of file diff --git a/teststrap.php b/teststrap.php index 9a52879..4328b5e 100644 --- a/teststrap.php +++ b/teststrap.php @@ -1,2 +1,3 @@ <?php -define("APP_ROOT", __DIR__); + +define('APP_ROOT', __DIR__);