예제 #1
0
 /**
  *
  */
 function test_invokable_with_no_fallback()
 {
     $resolver = new Resolver();
     $this->setExpectedException(\RuntimeException::class, 'Unresolvable plugin: foo');
     $resolver->invokable('foo');
 }