コード例 #1
0
ファイル: ConfigTest.php プロジェクト: masterminds/fortissimo
 public function testUseRequestMapper()
 {
     $cfg = Config::useRequestMapper('FortissimoRequestMapper')->getConfiguration();
     $this->assertEquals('FortissimoRequestMapper', $cfg[Config::REQUEST_MAPPER]);
 }