コード例 #1
0
ファイル: ConfigTest.php プロジェクト: airymvc/v3test
 /**
  * @covers Config::getModuleKeyword
  * @todo Implement testGetModuleKeyword().
  */
 public function testGetModuleKeyword()
 {
     // Remove the following lines when you implement this test.
     $auth = $this->object->getModuleKeyword();
     $this->assertEquals('md', $auth);
 }