init
This commit is contained in:
9
vendor/codeception/base/package/stub.php
vendored
Normal file
9
vendor/codeception/base/package/stub.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
Phar::mapPhar();
|
||||
|
||||
require_once 'phar://codecept.phar/autoload.php';
|
||||
|
||||
require_once 'phar://codecept.phar/codecept';
|
||||
|
||||
__HALT_COMPILER();
|
||||
Reference in New Issue
Block a user