예제 #1
0
파일: FallbackTest.php 프로젝트: mvc5/tests
 /**
  *
  */
 function test_fallback_exception()
 {
     $resolver = new Resolver();
     $this->setExpectedException(\RuntimeException::class, 'Unresolvable plugin: foo');
     $resolver->fallback('foo');
 }