Skip to content

Commit

Permalink
Update dependency on bake and remove more plugin manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 14, 2024
1 parent eda65ba commit 2a40e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase/Command/BakeSeedCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public function setUp(): void
{
parent::setUp();
$this->_compareBasePath = Plugin::path('Migrations') . 'tests' . DS . 'comparisons' . DS . 'Seeds' . DS;
$this->clearPlugins();
}

/**
Expand Down

2 comments on commit 2a40e49

@dereuromark
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markstory Was that on purpose? It seems this broke CI for the main branch (4.x)

@markstory
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dep updates are wrong for sure. I'll revert this and get CI fixed up.

Please sign in to comment.