Browse Source

Update test.

ADmad 7 years ago
parent
commit
b5d250edaa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/TestCase/View/CellTest.php

+ 0 - 2
tests/TestCase/View/CellTest.php

@@ -94,11 +94,9 @@ class CellTest extends TestCase
     {
         $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']);
     }