ocis command on a working state

This commit is contained in:
A.Unger
2020-09-18 15:45:53 +02:00
parent 704a1f4194
commit da77819bbf
142 changed files with 50 additions and 13072 deletions

View File

@@ -1,14 +0,0 @@
<?php
$pathToCore = \getenv('PATH_TO_CORE');
if ($pathToCore === false) {
$pathToCore = "../core";
}
require_once $pathToCore . '/tests/acceptance/features/bootstrap/bootstrap.php';
$classLoader = new \Composer\Autoload\ClassLoader();
$classLoader->addPsr4(
"", $pathToCore . "/tests/acceptance/features/bootstrap", true
);
$classLoader->register();