コード例 #1
0
ファイル: AppTest.php プロジェクト: mvc5/mvc5-tests
 /**
  *
  */
 function test_construct()
 {
     $config = [Arg::SERVICES => [Arg::CONTAINER => ['foo']]];
     $app = new App($config);
     $this->assertEquals($config, $app->config());
 }