mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Merge pull request #409 from josegonzalez/patch-1
Fixed broken testcase for Controller::setAction()
This commit is contained in:
commit
b8d23515b0
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ class ControllerTest extends CakeTestCase {
|
|||
$expected = array('testId' => 1, 'test2Id' => 2);
|
||||
$this->assertSame($expected, $TestController->request->data);
|
||||
$this->assertSame('view', $TestController->request->params['action']);
|
||||
$this->assertSame('index', $TestController->view);
|
||||
$this->assertSame('view', $TestController->view);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue