예제 #1
0
파일: FirstTest.php 프로젝트: mvc5/tests
 /**
  *
  */
 function test_first_with_others()
 {
     $resolver = new Resolver();
     $this->assertInstanceOf(Config::class, $resolver->first(Config::class, ['bar']));
 }