Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 28, 2016
1 parent ce82cea commit 0ca8c7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/AuthManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ protected function tearDown()

public function testMin()
{
$this->assertTrue($this->auth->checkAccess('test', 'domainSetNSs'));
$this->assertTrue($this->auth->checkAccess('test', 'support'));
$this->assertTrue($this->auth->checkAccess('test', 'manage'));
$this->assertTrue($this->auth->checkAccess('test', 'freeze'));
Expand Down

0 comments on commit 0ca8c7a

Please sign in to comment.