public function testAddFilterByRevoked()
 {
     $this->collection->expects($this->once())->method('addFilter')->with('main_table.revoked', 1, 'public')->willReturn($this->collection);
     $this->collection->addFilterByRevoked(true);
 }