Refactoring
This commit is contained in:
12
lib/composer/vendor/consolidation/robo/tests/_bootstrap.php
vendored
Normal file
12
lib/composer/vendor/consolidation/robo/tests/_bootstrap.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// This is global bootstrap for autoloading
|
||||
$kernel = \AspectMock\Kernel::getInstance();
|
||||
$kernel->init([
|
||||
'debug' => true,
|
||||
'includePaths' => [
|
||||
__DIR__.'/../src',
|
||||
__DIR__.'/../vendor/symfony/process',
|
||||
__DIR__.'/../vendor/symfony/console',
|
||||
]
|
||||
]);
|
||||
Reference in New Issue
Block a user