diff --git a/composer.json b/composer.json index 8891ba78..09a297f6 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ "robmorgan/phinx": "^0.16.0" }, "require-dev": { - "cakephp/bake": "^3.0", - "cakephp/cakephp": "^5.0", + "cakephp/bake": "dev-3.next as 3.1.0", + "cakephp/cakephp": "dev-5.next as 5.1.0", "cakephp/cakephp-codesniffer": "^5.0", "phpunit/phpunit": "^10.1.0" }, diff --git a/tests/TestCase/Command/BakeSeedCommandTest.php b/tests/TestCase/Command/BakeSeedCommandTest.php index 52ebc757..5b3731b7 100644 --- a/tests/TestCase/Command/BakeSeedCommandTest.php +++ b/tests/TestCase/Command/BakeSeedCommandTest.php @@ -49,7 +49,6 @@ public function setUp(): void { parent::setUp(); $this->_compareBasePath = Plugin::path('Migrations') . 'tests' . DS . 'comparisons' . DS . 'Seeds' . DS; - $this->clearPlugins(); } /**