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:
@@ -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);
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use Atomastic\Arrays\Arrays;
|
||||
use Glowy\Arrays\Arrays;
|
||||
|
||||
beforeEach(function() {
|
||||
filesystem()->directory(PATH['project'] . '/entries')->ensureExists(0755, true);
|
||||
|
@@ -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());
|
||||
|
@@ -3,7 +3,7 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
use Flextype\Flextype;
|
||||
use Atomastic\Strings\Strings;
|
||||
use Glowy\Strings\Strings;
|
||||
|
||||
beforeEach(function() {
|
||||
// Create sandbox plugin
|
||||
|
Reference in New Issue
Block a user