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.
2 parents 5f4dd74 + 08209c2 commit 5d49955Copy full SHA for 5d49955
bin/unitary
@@ -4,7 +4,8 @@
4
* MaplePHP Unitary unit testing library
5
* @example php unitary --path=fullDirPath --exclude="dir1/dir2/
6
*/
7
-require __DIR__ . '/../vendor/autoload.php';
+
8
+require $GLOBALS['_composer_autoload_path'];
9
10
use MaplePHP\Http\Environment;
11
use MaplePHP\Http\ServerRequest;
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "maplephp/unitary",
3
"type": "library",
- "version": "v1.0.4",
+ "version": "v1.0.5",
"description": "PHP Unitary is a lightweight PHP testing library designed to simplify the process of writing and running tests for your PHP code.",
"keywords": [
"php",
0 commit comments