Fix PHPCS errors and failing test.

Refs #7577
This commit is contained in:
mark_story 2015-10-20 21:08:57 -04:00
parent 0cdfed0aee
commit c26b7bbffe
2 changed files with 20 additions and 20 deletions

View file

@ -400,7 +400,7 @@ class ModelTaskTest extends CakeTestCase {
public function testInteractiveDoValidationWithSkipping() {
$this->Task->expects($this->any())
->method('in')
->will($this->onConsecutiveCalls('34', '24', 'n', '10', 's'));
->will($this->onConsecutiveCalls('35', '24', 'n', '10', 's'));
$this->Task->interactive = true;
$Model = $this->getMock('Model');
$Model->primaryKey = 'id';