Exemplo n.º 1
0
 /**
  *
  */
 function test_first_with_others()
 {
     $resolver = new Resolver();
     $this->assertInstanceOf(Config::class, $resolver->first(Config::class, ['bar']));
 }