From 048358caae836a0e0d6a28956acf80c84e480aa3 Mon Sep 17 00:00:00 2001 From: gggeek Date: Fri, 20 Mar 2015 23:31:55 +0000 Subject: [PATCH] Rename the test files to insure a better test execution order --- tests/{ParsingBugsTest.php => 1ParsingBugsTest.php} | 0 tests/{InvalidHostTest.php => 2InvalidHostTest.php} | 0 tests/{LocalhostTest.php => 3LocalhostTest.php} | 0 tests/{LocalhostMultiTest.php => 4LocalhostMultiTest.php} | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename tests/{ParsingBugsTest.php => 1ParsingBugsTest.php} (100%) rename tests/{InvalidHostTest.php => 2InvalidHostTest.php} (100%) rename tests/{LocalhostTest.php => 3LocalhostTest.php} (100%) rename tests/{LocalhostMultiTest.php => 4LocalhostMultiTest.php} (99%) 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 { -- 2.47.0