added unit test for #4489

This commit is contained in:
Carsten Brandt
2014-07-28 23:48:10 +02:00
parent a7044c835b
commit 9e62d5589a
2 changed files with 22 additions and 1 deletions

View File

@@ -76,4 +76,4 @@ class PhpManagerTest extends ManagerTestCase
$this->assertEquals($assignments, $this->auth->assignments);
$this->assertEquals($rules, $this->auth->rules);
}
}
}