mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
test: composer cs-fix
This commit is contained in:
parent
6647a8e5fe
commit
9a7cae807d
@ -13,7 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\API;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Config\Factories;
|
||||
use CodeIgniter\Format\FormatterInterface;
|
||||
use CodeIgniter\Format\JSONFormatter;
|
||||
@ -25,6 +24,7 @@ use CodeIgniter\Test\Mock\MockIncomingRequest;
|
||||
use CodeIgniter\Test\Mock\MockResponse;
|
||||
use Config\App;
|
||||
use Config\Cookie;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use stdClass;
|
||||
|
||||
/**
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\AutoReview;
|
||||
|
||||
use PHPUnit\Framework\Attributes\CoversNothing;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use InvalidArgumentException;
|
||||
use JsonException;
|
||||
use PHPUnit\Framework\Attributes\CoversNothing;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
|
@ -13,8 +13,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\AutoReview;
|
||||
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use FilesystemIterator;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use RecursiveDirectoryIterator;
|
||||
|
@ -13,9 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Autoloader;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use App\Controllers\Home;
|
||||
use Closure;
|
||||
use CodeIgniter\Exceptions\ConfigException;
|
||||
@ -25,6 +22,9 @@ use Config\Autoload;
|
||||
use Config\Modules;
|
||||
use Config\Services;
|
||||
use InvalidArgumentException;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use RuntimeException;
|
||||
use UnnamespacedClass;
|
||||
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Autoloader;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Cache\FactoriesCache\FileVarExportHandler;
|
||||
use Config\Autoload;
|
||||
use Config\Modules;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Autoloader;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\HTTP\Header;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Autoload;
|
||||
use Config\Modules;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\CLI;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\PhpStreamWrapper;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use ReflectionProperty;
|
||||
use RuntimeException;
|
||||
|
||||
|
@ -13,7 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\CLI;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\CodeIgniter;
|
||||
use CodeIgniter\Config\DotEnv;
|
||||
use CodeIgniter\Events\Events;
|
||||
@ -21,6 +20,7 @@ use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockCLIConfig;
|
||||
use CodeIgniter\Test\Mock\MockCodeIgniter;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Cache\Exceptions\CacheException;
|
||||
use CodeIgniter\Cache\Handlers\DummyHandler;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Cache;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Cache\Handlers\BaseHandler;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockCache;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,8 +13,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Config\Cache as CacheConfig;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Cache\FactoriesCache\FileVarExportHandler;
|
||||
use CodeIgniter\Config\Factories;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\App;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache\Handlers;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use stdClass;
|
||||
use Tests\Support\Cache\RestrictiveHandler;
|
||||
|
||||
|
@ -13,8 +13,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache\Handlers;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache\Handlers;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RequiresOperatingSystem;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Cache\Exceptions\CacheException;
|
||||
use CodeIgniter\CLI\CLI;
|
||||
use CodeIgniter\I18n\Time;
|
||||
use Config\Cache;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RequiresOperatingSystem;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache\Handlers;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\CLI\CLI;
|
||||
use CodeIgniter\I18n\Time;
|
||||
use Config\Cache;
|
||||
use Exception;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache\Handlers;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\CLI\CLI;
|
||||
use CodeIgniter\I18n\Time;
|
||||
use Config\Cache;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache\Handlers;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\CLI\CLI;
|
||||
use CodeIgniter\I18n\Time;
|
||||
use Config\Cache;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,8 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cache;
|
||||
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\HTTP\CLIRequest;
|
||||
use CodeIgniter\HTTP\IncomingRequest;
|
||||
use CodeIgniter\HTTP\Response;
|
||||
@ -26,6 +24,8 @@ use Config\App as AppConfig;
|
||||
use Config\Cache as CacheConfig;
|
||||
use ErrorException;
|
||||
use Exception;
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter;
|
||||
|
||||
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use App\Controllers\Home;
|
||||
use CodeIgniter\Config\Services;
|
||||
use CodeIgniter\Debug\Timer;
|
||||
@ -34,6 +30,10 @@ use Config\Cache;
|
||||
use Config\Filters as FiltersConfig;
|
||||
use Config\Modules;
|
||||
use Config\Routing;
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
|
||||
use Tests\Support\Filters\Customfilter;
|
||||
use Tests\Support\Filters\RedirectFilter;
|
||||
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Log\Logger;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\Support\Commands\AppInfo;
|
||||
|
||||
/**
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Cache\CacheFactory;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\CLI\Commands;
|
||||
use CodeIgniter\Log\Logger;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\Support\Commands\ParamsReveal;
|
||||
|
||||
/**
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,7 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseConnection;
|
||||
use CodeIgniter\Database\Database as DatabaseFactory;
|
||||
use CodeIgniter\Database\OCI8\Connection as OCI8Connection;
|
||||
@ -21,6 +20,7 @@ use CodeIgniter\Database\SQLite3\Connection as SQLite3Connection;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\Database;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Database;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\CLI\CLI;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\Database;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Database;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\CLI\CLI;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\DatabaseTestTrait;
|
||||
use CodeIgniter\Test\Mock\MockInputOutput;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,12 +13,12 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Database;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\CLI\CLI;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\DatabaseTestTrait;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\Database;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\Support\Database\Seeds\CITestSeeder;
|
||||
|
||||
/**
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,12 +13,12 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Filters\CITestStreamFilter;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Cache\CacheFactory;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\Support\Publishers\TestPublisher;
|
||||
|
||||
/**
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Router\RouteCollection;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,12 +13,12 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\Autoload;
|
||||
use Config\Modules;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,12 +13,12 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Translation;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\App;
|
||||
use Config\Services;
|
||||
use Locale;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use Config\App;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,8 +13,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities\Routes;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities\Routes\AutoRouterImproved;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\HTTP\Method;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Filters;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities\Routes\AutoRouterImproved;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Commands\Utilities\Routes\AutoRouterImproved\Controllers\Dash_folder\Dash_controller;
|
||||
use CodeIgniter\Commands\Utilities\Routes\AutoRouterImproved\Controllers\Home;
|
||||
use CodeIgniter\Commands\Utilities\Routes\AutoRouterImproved\Controllers\SubDir\BlogController;
|
||||
use CodeIgniter\Config\Factories;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Routing;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\Support\Controllers\Newautorouting;
|
||||
use Tests\Support\Controllers\Remap;
|
||||
|
||||
|
@ -13,8 +13,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities\Routes;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\Support\Controllers\Hello;
|
||||
|
||||
/**
|
||||
|
@ -13,8 +13,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities\Routes;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\Support\Controllers\Popcorn;
|
||||
use Tests\Support\Controllers\Remap;
|
||||
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities\Routes;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\HTTP\Method;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,7 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities\Routes;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Config\Services;
|
||||
use CodeIgniter\Filters\CSRF;
|
||||
use CodeIgniter\Filters\DebugToolbar;
|
||||
@ -30,6 +29,7 @@ use Config\Feature;
|
||||
use Config\Filters as FiltersConfig;
|
||||
use Config\Modules;
|
||||
use Config\Routing;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands\Utilities\Routes;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Config\Services;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Commands;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\StreamFilterTrait;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter;
|
||||
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Config\BaseService;
|
||||
use CodeIgniter\Config\Factories;
|
||||
use CodeIgniter\HTTP\CLIRequest;
|
||||
@ -46,6 +41,11 @@ use Config\Services;
|
||||
use Config\Session as SessionConfig;
|
||||
use Exception;
|
||||
use Kint;
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use RuntimeException;
|
||||
use stdClass;
|
||||
use Tests\Support\Models\JobModel;
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\CoversFunction;
|
||||
use CodeIgniter\Autoloader\FileLocator;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Services;
|
||||
use PHPUnit\Framework\Attributes\CoversFunction;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
use RuntimeException;
|
||||
use Tests\Support\Autoloader\FatalLocator;
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Autoloader\FileLocator;
|
||||
use CodeIgniter\Config\Services;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockSecurity;
|
||||
use Config\Security as SecurityConfig;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use ReflectionClass;
|
||||
use ReflectionMethod;
|
||||
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Config;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use CodeIgniter\Autoloader\FileLocator;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Modules;
|
||||
use Encryption;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
use RegistrarConfig;
|
||||
use RuntimeException;
|
||||
|
@ -13,14 +13,14 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Config;
|
||||
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use org\bovigo\vfs\vfsStream;
|
||||
use org\bovigo\vfs\vfsStreamDirectory;
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use TypeError;
|
||||
|
||||
/**
|
||||
|
@ -13,12 +13,12 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Config;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\Depends;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\App;
|
||||
use Config\Database;
|
||||
use InvalidArgumentException;
|
||||
use PHPUnit\Framework\Attributes\Depends;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use ReflectionClass;
|
||||
use stdClass;
|
||||
use Tests\Support\Config\TestRegistrar;
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Config;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Mimes;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Config;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use CodeIgniter\Autoloader\Autoloader;
|
||||
use CodeIgniter\Autoloader\FileLocator;
|
||||
use CodeIgniter\Database\MigrationRunner;
|
||||
@ -49,6 +46,9 @@ use CodeIgniter\View\Parser;
|
||||
use Config\App;
|
||||
use Config\Exceptions;
|
||||
use Config\Security as SecurityConfig;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\PreserveGlobalState;
|
||||
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
|
||||
use RuntimeException;
|
||||
use Tests\Support\Config\Services;
|
||||
|
||||
|
@ -13,8 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter;
|
||||
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Config\Factories;
|
||||
use CodeIgniter\HTTP\Exceptions\RedirectException;
|
||||
use CodeIgniter\HTTP\IncomingRequest;
|
||||
@ -27,6 +25,8 @@ use CodeIgniter\Validation\Exceptions\ValidationException;
|
||||
use Config\App;
|
||||
use Config\Services;
|
||||
use Config\Validation as ValidationConfig;
|
||||
use PHPUnit\Framework\Attributes\BackupGlobals;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
/**
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cookie;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use DateTimeImmutable;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,14 +13,14 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Cookie;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Cookie as CookieConfig;
|
||||
use DateTimeImmutable;
|
||||
use DateTimeZone;
|
||||
use LogicException;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\DataConverter;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use Closure;
|
||||
use CodeIgniter\HTTP\URI;
|
||||
use CodeIgniter\I18n\Time;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use InvalidArgumentException;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\Support\Entity\CustomUser;
|
||||
use Tests\Support\Entity\User;
|
||||
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Database\Exceptions\DatabaseException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\Exceptions\DatabaseException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Database\SQLSRV\Builder as SQLSRVBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use Config\Feature;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\Exceptions\DatabaseException;
|
||||
use CodeIgniter\Database\Query;
|
||||
use CodeIgniter\Database\RawSql;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use InvalidArgumentException;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Database\Postgre\Builder as PostgreBuilder;
|
||||
use CodeIgniter\Database\RawSql;
|
||||
use CodeIgniter\Database\SQLSRV\Builder as SQLSRVBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Database\RawSql;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\Exceptions\DatabaseException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,13 +13,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Database\Exceptions\DataException;
|
||||
use CodeIgniter\Database\RawSql;
|
||||
use CodeIgniter\Database\SQLSRV\Builder as SQLSRVBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,10 +13,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,11 +13,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Database\SQLSRV\Connection as SQLSRVConnection;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,12 +13,12 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Database\Exceptions\DatabaseException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use CodeIgniter\Test\Mock\MockQuery;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,9 +13,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockConnection;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -13,8 +13,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CodeIgniter\Database\Builder;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use CodeIgniter\Database\BaseBuilder;
|
||||
use CodeIgniter\Database\RawSql;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
@ -22,6 +20,8 @@ use CodeIgniter\Test\Mock\MockConnection;
|
||||
use DateTime;
|
||||
use Error;
|
||||
use ErrorException;
|
||||
use PHPUnit\Framework\Attributes\DataProvider;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use stdClass;
|
||||
|
||||
/**
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user