コード例 #1
0
ファイル: TestCase.php プロジェクト: prepare4battle/Ilch-2.0
 /**
  * Filling the config object with individual testcase data.
  */
 protected function setUp()
 {
     TestHelper::setConfigInRegistry($this->configData);
     parent::setUp();
 }