Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
BUG: refs #888. Fix failing admin controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmullen committed Nov 27, 2012
1 parent a9a5b36 commit 4423ee3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/tests/controllers/AdminControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ public function testIndexAction()
$this->dispatchUrI('/admin', null, true);
$this->assertController('error');
$this->assertAction('error');
$body = $this->getBody();
$this->assertTrue(empty($body));

// If a non admin tries to access admin page, should throw exception
$this->resetAll();
Expand Down

0 comments on commit 4423ee3

Please sign in to comment.