mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
Grabbing the first available config defined in connection manager as a default for baking. Fixing a couple of failing test cases
This commit is contained in:
parent
84f805419d
commit
d08f916179
3 changed files with 10 additions and 12 deletions
|
@ -543,7 +543,7 @@ class TestTaskTest extends CakeTestCase {
|
|||
CakePlugin::load('TestPlugin');
|
||||
|
||||
$this->Task->plugin = 'TestPlugin';
|
||||
$path = $testApp . 'TestPlugin' . DS . 'Test' . DS . 'Case' . DS . 'View' . DS . 'Helper' . DS . 'OtherHelperHelperTest.php';
|
||||
$path = $testApp . 'TestPlugin' . DS . 'Test' . DS . 'Case' . DS . 'View' . DS . 'Helper' . DS . 'OtherHelperTest.php';
|
||||
$this->Task->expects($this->any())
|
||||
->method('in')
|
||||
->will($this->onConsecutiveCalls(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue