Ejemplo n.º 1
0
 /**
  *
  */
 function test_make_with_missing_param()
 {
     $resolver = new Resolver();
     $this->setExpectedException('RuntimeException');
     $this->assertInstanceOf(AutowireMissingParam::class, $resolver->make(AutowireMissingParam::class));
 }