1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 08:34:19 +02:00

feat(test): add/update testes for serializers and others #561

This commit is contained in:
Awilum
2021-08-05 10:49:46 +03:00
parent a847caf137
commit 9eeebf7288
31 changed files with 58 additions and 2 deletions

View File

@@ -14,4 +14,6 @@ define('PATH', [
! is_file($flextype_autoload = ROOT_DIR . '/vendor/autoload.php') and exit('Please run: <i>composer install</i> for flextype');
$flextype_loader = require_once $flextype_autoload;
include ROOT_DIR . '/src/flextype/flextype.php';
filesystem()->directory(PATH['tmp'])->exists() and filesystem()->directory(PATH['tmp'])->delete();
include ROOT_DIR . '/src/flextype/bootstrap.php';