Holy cleanup, batman.
This commit is contained in:
parent
4cbfc06022
commit
77fae9a56d
58 changed files with 967 additions and 847 deletions
11
console
11
console
|
|
@ -8,16 +8,7 @@
|
|||
* @link http://www.phptesting.org/
|
||||
*/
|
||||
|
||||
define('PHPCI_BIN_DIR', dirname(__FILE__) . '/vendor/bin/');
|
||||
define('PHPCI_DIR', dirname(__FILE__) . '/');
|
||||
define('ENABLE_SHELL_PLUGIN', false);
|
||||
|
||||
// If this is the first time ./console has been run, we probably don't have Composer or any of our dependencies yet.
|
||||
// So we need to install and run Composer.
|
||||
if (!file_exists(PHPCI_DIR . 'vendor/autoload.php')) {
|
||||
file_put_contents('php://stderr', 'Please install PHPCI with "composer install" before using console');
|
||||
exit( 1 );
|
||||
}
|
||||
define('PHPCI_IS_CONSOLE', true);
|
||||
|
||||
require('bootstrap.php');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue