Skip to content

Commit a5f41ec

Browse files
committed
Fix coding standards.
1 parent 8f828bd commit a5f41ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Test/Case/View/Helper/HtmlToolbarHelperTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ public function setUp() {
7979
* @return void
8080
*/
8181
public function tearDown() {
82+
parent::tearDown();
8283
unset($this->Toolbar, $this->Controller);
83-
ClassRegistry::flush();
8484
}
8585

8686
/**
@@ -394,4 +394,5 @@ public function testPanelEnd() {
394394
$result = $this->Toolbar->panelEnd();
395395
$this->assertNull($result);
396396
}
397+
397398
}

0 commit comments

Comments
 (0)