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 d3d3def commit bda3f22Copy full SHA for bda3f22
bin/phpunit-randomizer
@@ -1,7 +1,7 @@
1
#!/usr/bin/env php
2
<?php
3
4
-foreach (array(__DIR__ . '/../../../autoload.php', __DIR__ . '/vendor/autoload.php') as $file) {
+foreach (array(__DIR__ . '/../../../autoload.php', __DIR__ . '/../vendor/autoload.php') as $file) {
5
if (file_exists($file)) {
6
define('PHPUNIT_COMPOSER_INSTALL', $file);
7
break;
0 commit comments