OSDN Git Service

rename files
[ethna/ethna.git] / test / Config_Test.php
similarity index 92%
rename from test/Ethna_Config_Test.php
rename to test/Config_Test.php
index cb4405f..14ccc0d 100644 (file)
@@ -15,7 +15,7 @@ class Ethna_Config_Test extends Ethna_UnitTestBase
         // etcディレクトリを上書き
         $this->ctl->directory['etc'] = dirname(__FILE__);
         $this->config = $this->ctl->getConfig();
-        $this->filename = dirname(__FILE__) . '/mockproject-ini.php';
+        $this->filename = dirname(__FILE__) . '/ethna-ini.php';
     }
 
     function tearDown()
@@ -27,7 +27,7 @@ class Ethna_Config_Test extends Ethna_UnitTestBase
 
     function test_getConfigFile()
     {
-        $result = $this->config->_getConfigFile(); 
+        $result = $this->config->_getConfigFile();
         $this->assertEqual($result, $this->filename);
     }