public function testClearAssignments() { $this->auth->clearAssignments(); $this->assertEquals(count($this->auth->getAssignments('author B')), 0); }