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