Exemple #1
0
 /**
  *
  */
 function test_construct()
 {
     $config = [Arg::SERVICES => [Arg::CONTAINER => ['foo']]];
     $app = new App($config);
     $this->assertEquals($config, $app->config());
 }