Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update test.
  • Loading branch information
ADmad committed Jun 7, 2018
1 parent c78cc71 commit b5d250e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/TestCase/View/CellTest.php
Expand Up @@ -94,11 +94,9 @@ public function testDebugInfo()
{
$cell = $this->View->cell('Articles::teaserList');
$data = $cell->__debugInfo();
$this->assertArrayHasKey('plugin', $data);
$this->assertArrayHasKey('request', $data);
$this->assertArrayHasKey('response', $data);
$this->assertEquals('teaserList', $data['action']);
$this->assertEquals('teaser_list', $data['template']);
$this->assertEquals([], $data['args']);
}

Expand Down

0 comments on commit b5d250e

Please sign in to comment.