Пример #1
0
 /**
  * @expectedException ReflectionException
  */
 public function testCallingNonExistingElementThrowsException()
 {
     $this->container->shouldReceive('make')->andThrow('ReflectionException');
     $this->fb->nonExistingElement('test');
 }