Example #1
0
 /**
  * @covers Taproot\Librarian\Event::getLibrarian
  * @todo   Implement testGetLibrarian().
  */
 public function testGetLibrarian()
 {
     $this->assertSame($this->l, $this->object->getLibrarian());
 }