From 3beff58c8cc7ecf41260d775ab142480df892c48 Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 27 Dec 2006 21:24:28 +0000 Subject: [PATCH] Moved query subtests to tests/Query dir --- .../AggregateValueTestCase.php} | 0 .../ComponentAliasTestCase.php} | 0 tests/{QueryConditionTestCase.php => Query/ConditionTestCase.php} | 0 tests/{QueryDeleteTestCase.php => Query/DeleteTestCase.php} | 0 tests/{QueryFromTestCase.php => Query/FromTestCase.php} | 0 .../IdentifierQuotingTestCase.php} | 0 tests/{QueryLimitTestCase.php => Query/LimitTestCase.php} | 0 tests/{QueryMultiJoinTestCase.php => Query/MultiJoinTestCase.php} | 0 .../ReferenceModelTestCase.php} | 0 tests/{QuerySelectTestCase.php => Query/SelectTestCase.php} | 0 .../ShortAliasesTestCase.php} | 0 tests/{QuerySubqueryTestCase.php => Query/SubqueryTestCase.php} | 0 tests/{QueryUpdateTestCase.php => Query/UpdateTestCase.php} | 0 tests/{QueryWhereTestCase.php => Query/WhereTestCase.php} | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename tests/{QueryAggregateValueTestCase.php => Query/AggregateValueTestCase.php} (100%) rename tests/{QueryComponentAliasTestCase.php => Query/ComponentAliasTestCase.php} (100%) rename tests/{QueryConditionTestCase.php => Query/ConditionTestCase.php} (100%) rename tests/{QueryDeleteTestCase.php => Query/DeleteTestCase.php} (100%) rename tests/{QueryFromTestCase.php => Query/FromTestCase.php} (100%) rename tests/{QueryIdentifierQuotingTestCase.php => Query/IdentifierQuotingTestCase.php} (100%) rename tests/{QueryLimitTestCase.php => Query/LimitTestCase.php} (100%) rename tests/{QueryMultiJoinTestCase.php => Query/MultiJoinTestCase.php} (100%) rename tests/{QueryReferenceModelTestCase.php => Query/ReferenceModelTestCase.php} (100%) rename tests/{QuerySelectTestCase.php => Query/SelectTestCase.php} (100%) rename tests/{QueryShortAliasesTestCase.php => Query/ShortAliasesTestCase.php} (100%) rename tests/{QuerySubqueryTestCase.php => Query/SubqueryTestCase.php} (100%) rename tests/{QueryUpdateTestCase.php => Query/UpdateTestCase.php} (100%) rename tests/{QueryWhereTestCase.php => Query/WhereTestCase.php} (100%) diff --git a/tests/QueryAggregateValueTestCase.php b/tests/Query/AggregateValueTestCase.php similarity index 100% rename from tests/QueryAggregateValueTestCase.php rename to tests/Query/AggregateValueTestCase.php diff --git a/tests/QueryComponentAliasTestCase.php b/tests/Query/ComponentAliasTestCase.php similarity index 100% rename from tests/QueryComponentAliasTestCase.php rename to tests/Query/ComponentAliasTestCase.php diff --git a/tests/QueryConditionTestCase.php b/tests/Query/ConditionTestCase.php similarity index 100% rename from tests/QueryConditionTestCase.php rename to tests/Query/ConditionTestCase.php diff --git a/tests/QueryDeleteTestCase.php b/tests/Query/DeleteTestCase.php similarity index 100% rename from tests/QueryDeleteTestCase.php rename to tests/Query/DeleteTestCase.php diff --git a/tests/QueryFromTestCase.php b/tests/Query/FromTestCase.php similarity index 100% rename from tests/QueryFromTestCase.php rename to tests/Query/FromTestCase.php diff --git a/tests/QueryIdentifierQuotingTestCase.php b/tests/Query/IdentifierQuotingTestCase.php similarity index 100% rename from tests/QueryIdentifierQuotingTestCase.php rename to tests/Query/IdentifierQuotingTestCase.php diff --git a/tests/QueryLimitTestCase.php b/tests/Query/LimitTestCase.php similarity index 100% rename from tests/QueryLimitTestCase.php rename to tests/Query/LimitTestCase.php diff --git a/tests/QueryMultiJoinTestCase.php b/tests/Query/MultiJoinTestCase.php similarity index 100% rename from tests/QueryMultiJoinTestCase.php rename to tests/Query/MultiJoinTestCase.php diff --git a/tests/QueryReferenceModelTestCase.php b/tests/Query/ReferenceModelTestCase.php similarity index 100% rename from tests/QueryReferenceModelTestCase.php rename to tests/Query/ReferenceModelTestCase.php diff --git a/tests/QuerySelectTestCase.php b/tests/Query/SelectTestCase.php similarity index 100% rename from tests/QuerySelectTestCase.php rename to tests/Query/SelectTestCase.php diff --git a/tests/QueryShortAliasesTestCase.php b/tests/Query/ShortAliasesTestCase.php similarity index 100% rename from tests/QueryShortAliasesTestCase.php rename to tests/Query/ShortAliasesTestCase.php diff --git a/tests/QuerySubqueryTestCase.php b/tests/Query/SubqueryTestCase.php similarity index 100% rename from tests/QuerySubqueryTestCase.php rename to tests/Query/SubqueryTestCase.php diff --git a/tests/QueryUpdateTestCase.php b/tests/Query/UpdateTestCase.php similarity index 100% rename from tests/QueryUpdateTestCase.php rename to tests/Query/UpdateTestCase.php diff --git a/tests/QueryWhereTestCase.php b/tests/Query/WhereTestCase.php similarity index 100% rename from tests/QueryWhereTestCase.php rename to tests/Query/WhereTestCase.php