From 065a2b94faf886166f77938000b2813c037b65c5 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 3 Jan 2022 22:19:32 +0300 Subject: [PATCH] feat(tests): use glowy instead of atomastic --- tests/src/flextype/HelpersTest.php | 10 +++++----- tests/src/flextype/core/Entries/EntriesTest.php | 2 +- tests/src/flextype/core/FlextypeTest.php | 2 +- tests/src/flextype/core/PluginsTest.php | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/src/flextype/HelpersTest.php b/tests/src/flextype/HelpersTest.php index 6fc19195..16286752 100644 --- a/tests/src/flextype/HelpersTest.php +++ b/tests/src/flextype/HelpersTest.php @@ -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); diff --git a/tests/src/flextype/core/Entries/EntriesTest.php b/tests/src/flextype/core/Entries/EntriesTest.php index fbff59bb..a125a75c 100644 --- a/tests/src/flextype/core/Entries/EntriesTest.php +++ b/tests/src/flextype/core/Entries/EntriesTest.php @@ -1,6 +1,6 @@ directory(PATH['project'] . '/entries')->ensureExists(0755, true); diff --git a/tests/src/flextype/core/FlextypeTest.php b/tests/src/flextype/core/FlextypeTest.php index 3cf80791..14cac1d0 100644 --- a/tests/src/flextype/core/FlextypeTest.php +++ b/tests/src/flextype/core/FlextypeTest.php @@ -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()); diff --git a/tests/src/flextype/core/PluginsTest.php b/tests/src/flextype/core/PluginsTest.php index 33dd3302..9f8b22c5 100644 --- a/tests/src/flextype/core/PluginsTest.php +++ b/tests/src/flextype/core/PluginsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); use Flextype\Flextype; -use Atomastic\Strings\Strings; +use Glowy\Strings\Strings; beforeEach(function() { // Create sandbox plugin