Example #1
0
 /**
  * @covers Brickoo\Component\Common\Registry::get
  * @covers Brickoo\Component\Common\Exception\IdentifierNotRegisteredException
  * @expectedException \Brickoo\Component\Common\Exception\IdentifierNotRegisteredException
  */
 public function testTryingToGetNotRegisteredKeyThrowsException()
 {
     $this->registry->get("name");
 }