remove unused import tests/bootstrap
All checks were successful
CI / testsuite (mysql, 8.4, ) (push) Successful in 6m8s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m3s
CI / testsuite (mysql, 8.2, ) (push) Successful in 12m37s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 6m48s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 3m13s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 5m13s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 12m16s
CI / Coding Standard & Static Analysis (push) Successful in 2m12s

This commit is contained in:
2026-02-14 01:41:34 -08:00
parent d19932eccd
commit 1eb52bfea6

View File

@@ -7,7 +7,6 @@ use Cake\Core\Configure;
use Cake\Core\Plugin;
use Cake\Database\Connection;
use Cake\Datasource\ConnectionManager;
use Cake\TestSuite\Fixture\SchemaLoader;
use CakeCarts\CakeCartsPlugin;
use Migrations\TestSuite\Migrator;
use TestApp\Controller\AppController;