Skip to content

Commit

Permalink
Fix failing tests in 5.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 13, 2024
1 parent e7eae92 commit 2f904f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions tests/TestCase/Command/BakeMigrationDiffCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ public function setUp(): void
{
parent::setUp();

$this->loadPlugins([
'Migrations' => ['boostrap' => true],
]);
$this->generatedFiles = [];
}

Expand Down
3 changes: 0 additions & 3 deletions tests/TestCase/Command/BakeMigrationSnapshotCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ public function setUp(): void
$this->_compareBasePath = Plugin::path('Migrations') . 'tests' . DS . 'comparisons' . DS . 'Migration' . DS;
$this->migrationPath = ROOT . DS . 'config' . DS . 'Migrations' . DS;

$this->loadPlugins([
'Migrations' => ['boostrap' => true],
]);
$this->generatedFiles = [];
}

Expand Down
1 change: 1 addition & 0 deletions tests/TestCase/Command/BakeSeedCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function setUp(): void
{
parent::setUp();
$this->_compareBasePath = Plugin::path('Migrations') . 'tests' . DS . 'comparisons' . DS . 'Seeds' . DS;
$this->clearPlugins();
}

/**
Expand Down

0 comments on commit 2f904f3

Please sign in to comment.