Skip to content

Commit

Permalink
fix cs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Jan 26, 2024
1 parent 3330739 commit 0366274
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Cake\Core\Plugin;
use Cake\Datasource\ConnectionManager;
use Cake\Routing\Router;
use Cake\TestSuite\Fixture\SchemaLoader;

$findRoot = function ($root) {
do {
Expand Down Expand Up @@ -63,6 +64,4 @@

Configure::load('ApiTokenAuthenticator.apiTokenAuthenticator');

use Cake\TestSuite\Fixture\SchemaLoader;
(new SchemaLoader())->loadSqlFiles('tests/schema.sql', 'test');

0 comments on commit 0366274

Please sign in to comment.