codestyle fixes, tests should be passing
Some checks failed
CI / testsuite (mysql, 8.4, ) (push) Successful in 6m3s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m10s
CI / testsuite (mysql, 8.2, ) (push) Successful in 12m49s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 6m44s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 3m11s
CI / testsuite (sqlite, 8.2, ) (push) Has started running
CI / testsuite (sqlite, 8.4, ) (push) Has started running
CI / Coding Standard & Static Analysis (push) Has been cancelled

This commit is contained in:
2026-02-14 00:47:14 -08:00
parent 11aafbb232
commit a23df039db
2 changed files with 1 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ use Cake\Database\Connection;
use Cake\Datasource\ConnectionManager;
use Cake\TestSuite\Fixture\SchemaLoader;
use CakeCarts\CakeCartsPlugin;
use Migrations\TestSuite\Migrator;
use TestApp\Controller\AppController;
if (!defined('DS')) {
@@ -123,6 +122,5 @@ ConnectionManager::setConfig('test', [
// Load a schema dump file.
(new SchemaLoader())->loadSqlFiles('tests/schema.sql', 'test');
//$migrator = new Migrator();
//$migrator->run(['plugin' => 'CakeCarts']);