We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a44bc commit d939ae8Copy full SHA for d939ae8
tests/bootstrap.php
@@ -1,4 +1,4 @@
1
<?php
2
3
-$loader = require __DIR__ . '/../vendor/autoload.php';
+$loader = require dirname(__DIR__) . '/vendor/autoload.php';
4
//$loader->add('PHPVerbalExpressions\Tests', __DIR__);
0 commit comments