Commit c6569b1a by Alexander Makarov

Removed unnecessary code

parent 8701d7df
......@@ -279,9 +279,6 @@ abstract class ManagerTestCase extends TestCase
$this->auth->assign($reader, 42);
$this->auth->assign($author, 1337);
$this->auth->assign($reader, 1337);
if ($this->auth instanceof PhpManager) {
$this->auth->save();
}
$this->auth = $this->createManager();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment