1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

feat(tests): use glowy instead of atomastic

This commit is contained in:
Awilum
2022-01-03 22:19:32 +03:00
parent 7e106f35ac
commit 065a2b94fa
4 changed files with 8 additions and 8 deletions

View File

@@ -7,17 +7,17 @@ use Flextype\Parsers\Parsers;
use Flextype\Serializers\Serializers;
use Flextype\Entries\Entries;
use Flextype\Console\FlextypeConsole;
use Atomastic\Strings\Strings;
use Atomastic\Registry\Registry;
use Atomastic\Session\Session;
use Glowy\Strings\Strings;
use Glowy\Registry\Registry;
use Glowy\Session\Session;
use Slim\App;
use DI\Container;
use League\Event\Emitter;
use Phpfastcache\Helper\Psr16Adapter as Cache;
use Monolog\Logger;
use Atomastic\Csrf\Csrf;
use Glowy\Csrf\Csrf;
use Cocur\Slugify\Slugify;
use Atomastic\Arrays\Arrays;
use Glowy\Arrays\Arrays;
beforeEach(function() {
filesystem()->directory(PATH['project'] . '/entries')->ensureExists(0755, true);

View File

@@ -1,6 +1,6 @@
<?php
use Atomastic\Arrays\Arrays;
use Glowy\Arrays\Arrays;
beforeEach(function() {
filesystem()->directory(PATH['project'] . '/entries')->ensureExists(0755, true);

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
use Flextype\Flextype;
use Flextype\Content\Content;
use Atomastic\Strings\Strings;
use Glowy\Strings\Strings;
test('get flextype version', function () {
$this->assertTrue(!Strings::create(Flextype::getInstance()->getVersion())->isEmpty());

View File

@@ -3,7 +3,7 @@
declare(strict_types=1);
use Flextype\Flextype;
use Atomastic\Strings\Strings;
use Glowy\Strings\Strings;
beforeEach(function() {
// Create sandbox plugin