1
0
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:
Awilum
2021-07-29 19:53:07 +03:00
parent 215a887978
commit 0358014321
56 changed files with 406 additions and 629 deletions

View File

@@ -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';