public function testRemoveRule() { $this->auth->removeRule('isAuthor'); $rules = $this->auth->getRules(); $this->assertEmpty($rules); }