예제 #1
0
파일: MakeTest.php 프로젝트: mvc5/tests
 /**
  *
  */
 function test_make_with_missing_param()
 {
     $resolver = new Resolver();
     $this->setExpectedException('RuntimeException');
     $this->assertInstanceOf(AutowireMissingParam::class, $resolver->make(AutowireMissingParam::class));
 }