From: gggeek Date: Fri, 20 Mar 2015 23:31:55 +0000 (+0000) Subject: Rename the test files to insure a better test execution order X-Git-Tag: 4.0.0-alpha^2~150 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=048358caae836a0e0d6a28956acf80c84e480aa3;p=plcapi.git Rename the test files to insure a better test execution order --- diff --git a/tests/ParsingBugsTest.php b/tests/1ParsingBugsTest.php similarity index 100% rename from tests/ParsingBugsTest.php rename to tests/1ParsingBugsTest.php diff --git a/tests/InvalidHostTest.php b/tests/2InvalidHostTest.php similarity index 100% rename from tests/InvalidHostTest.php rename to tests/2InvalidHostTest.php diff --git a/tests/LocalhostTest.php b/tests/3LocalhostTest.php similarity index 100% rename from tests/LocalhostTest.php rename to tests/3LocalhostTest.php diff --git a/tests/LocalhostMultiTest.php b/tests/4LocalhostMultiTest.php similarity index 99% rename from tests/LocalhostMultiTest.php rename to tests/4LocalhostMultiTest.php index 333ee644..15387f0b 100644 --- a/tests/LocalhostMultiTest.php +++ b/tests/4LocalhostMultiTest.php @@ -5,7 +5,7 @@ include_once __DIR__ . '/../lib/xmlrpc_wrappers.inc'; include_once __DIR__ . '/parse_args.php'; -include_once __DIR__ . '/LocalhostTest.php'; +include_once __DIR__ . '/3LocalhostTest.php'; class LocalhostMultiTest extends LocalhostTest {