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

feat(tests): update settings #543

This commit is contained in:
Awilum
2021-09-14 14:54:12 +03:00
parent 44e6f74877
commit fbdb204520
2 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,6 @@ $flextype_loader = require_once $flextype_autoload;
filesystem()->directory(PATH['tmp'])->exists() and filesystem()->directory(PATH['tmp'])->delete();
filesystem()->file(ROOT_DIR . '/tests/fixtures/settings.yaml')->copy(ROOT_DIR . '/project/config/flextype/settings.yaml');
filesystem()->file(ROOT_DIR . '/tests/fixtures/settings/settings.yaml')->copy(ROOT_DIR . '/project/config/flextype/settings.yaml');
include ROOT_DIR . '/src/flextype/flextype.php';