mirror of
https://github.com/flextype/flextype.git
synced 2025-08-20 20:01:37 +02:00
feat(tests): fixing tests #199
This commit is contained in:
@@ -4,8 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Flextype;
|
||||
|
||||
|
||||
define('FLEXTYPE_MINIMUM_PHP', '7.3.0');
|
||||
define('FLEXTYPE_MINIMUM_PHP', '7.4.0');
|
||||
define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd()));
|
||||
define('PATH', [
|
||||
'project' => ROOT_DIR . '/project',
|
||||
@@ -16,3 +15,4 @@ define('PATH', [
|
||||
$flextype_loader = require_once $flextype_autoload;
|
||||
|
||||
include ROOT_DIR . '/src/flextype/flextype.php';
|
||||
|
||||
|
Reference in New Issue
Block a user