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 e10cfc4 commit 2de5261Copy full SHA for 2de5261
tests/bootstrap.php
@@ -17,7 +17,7 @@
17
}
18
} while ($root !== $lastRoot);
19
20
- throw new Exception("Cannot find the root of the application, unable to run tests");
+ throw new Exception('Cannot find the root of the application, unable to run tests');
21
};
22
$root = $findRoot(__FILE__);
23
unset($findRoot);
0 commit comments