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 db0f551 commit d5b6be3Copy full SHA for d5b6be3
lib/command/cli.php
@@ -8,6 +8,8 @@
8
* file that was distributed with this source code.
9
*/
10
11
+require_once __DIR__.'/../../vendor/autoload.php';
12
+
13
// Try autoloading using composer if available.
14
if (!file_exists($autoload = __DIR__.'/../../../../autoload.php')) {
15
$autoload = __DIR__.'/../../autoload.php';
test/bootstrap/unit.php
// setup expected test environment (per check_configuration.php)
ini_set('magic_quotes_runtime', 'off');
ini_set('session.auto_start', 'off');
0 commit comments