- Migrated MvcTools to PHPUnit 3.5

Kudos to Daniel Fahlke for helping



git-svn-id: https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk@1212903 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/MvcTools/tests/controller.php b/MvcTools/tests/controller_test.php
similarity index 100%
rename from MvcTools/tests/controller.php
rename to MvcTools/tests/controller_test.php
diff --git a/MvcTools/tests/dispatchers/configurable.php b/MvcTools/tests/dispatchers/configurable_test.php
similarity index 100%
rename from MvcTools/tests/dispatchers/configurable.php
rename to MvcTools/tests/dispatchers/configurable_test.php
diff --git a/MvcTools/tests/response_filters/gzdeflate.php b/MvcTools/tests/response_filters/gzdeflate_test.php
similarity index 100%
rename from MvcTools/tests/response_filters/gzdeflate.php
rename to MvcTools/tests/response_filters/gzdeflate_test.php
diff --git a/MvcTools/tests/response_filters/gzip.php b/MvcTools/tests/response_filters/gzip_test.php
similarity index 100%
rename from MvcTools/tests/response_filters/gzip.php
rename to MvcTools/tests/response_filters/gzip_test.php
diff --git a/MvcTools/tests/response_filters/recode.php b/MvcTools/tests/response_filters/recode_test.php
similarity index 100%
rename from MvcTools/tests/response_filters/recode.php
rename to MvcTools/tests/response_filters/recode_test.php
diff --git a/MvcTools/tests/response_writers/http.php b/MvcTools/tests/response_writers/http_test.php
similarity index 100%
rename from MvcTools/tests/response_writers/http.php
rename to MvcTools/tests/response_writers/http_test.php
diff --git a/MvcTools/tests/router.php b/MvcTools/tests/router_test.php
similarity index 100%
rename from MvcTools/tests/router.php
rename to MvcTools/tests/router_test.php
diff --git a/MvcTools/tests/routes/catchall.php b/MvcTools/tests/routes/catchall_test.php
similarity index 100%
rename from MvcTools/tests/routes/catchall.php
rename to MvcTools/tests/routes/catchall_test.php
diff --git a/MvcTools/tests/routes/rails.php b/MvcTools/tests/routes/rails_test.php
similarity index 100%
rename from MvcTools/tests/routes/rails.php
rename to MvcTools/tests/routes/rails_test.php
diff --git a/MvcTools/tests/routes/regexp.php b/MvcTools/tests/routes/regexp_test.php
similarity index 100%
rename from MvcTools/tests/routes/regexp.php
rename to MvcTools/tests/routes/regexp_test.php
diff --git a/MvcTools/tests/structs/external_redirect.php b/MvcTools/tests/structs/external_redirect_test.php
similarity index 100%
rename from MvcTools/tests/structs/external_redirect.php
rename to MvcTools/tests/structs/external_redirect_test.php
diff --git a/MvcTools/tests/structs/filter_definition.php b/MvcTools/tests/structs/filter_definition_test.php
similarity index 100%
rename from MvcTools/tests/structs/filter_definition.php
rename to MvcTools/tests/structs/filter_definition_test.php
diff --git a/MvcTools/tests/structs/internal_redirect.php b/MvcTools/tests/structs/internal_redirect_test.php
similarity index 100%
rename from MvcTools/tests/structs/internal_redirect.php
rename to MvcTools/tests/structs/internal_redirect_test.php
diff --git a/MvcTools/tests/structs/request_accept.php b/MvcTools/tests/structs/request_accept_test.php
similarity index 100%
rename from MvcTools/tests/structs/request_accept.php
rename to MvcTools/tests/structs/request_accept_test.php
diff --git a/MvcTools/tests/structs/request_authentication.php b/MvcTools/tests/structs/request_authentication_test.php
similarity index 100%
rename from MvcTools/tests/structs/request_authentication.php
rename to MvcTools/tests/structs/request_authentication_test.php
diff --git a/MvcTools/tests/structs/request_file.php b/MvcTools/tests/structs/request_file_test.php
similarity index 100%
rename from MvcTools/tests/structs/request_file.php
rename to MvcTools/tests/structs/request_file_test.php
diff --git a/MvcTools/tests/structs/request_raw_http.php b/MvcTools/tests/structs/request_raw_http_test.php
similarity index 100%
rename from MvcTools/tests/structs/request_raw_http.php
rename to MvcTools/tests/structs/request_raw_http_test.php
diff --git a/MvcTools/tests/structs/request.php b/MvcTools/tests/structs/request_test.php
similarity index 100%
rename from MvcTools/tests/structs/request.php
rename to MvcTools/tests/structs/request_test.php
diff --git a/MvcTools/tests/structs/request_user_agent.php b/MvcTools/tests/structs/request_user_agent_test.php
similarity index 100%
rename from MvcTools/tests/structs/request_user_agent.php
rename to MvcTools/tests/structs/request_user_agent_test.php
diff --git a/MvcTools/tests/structs/response.php b/MvcTools/tests/structs/response_test.php
similarity index 100%
rename from MvcTools/tests/structs/response.php
rename to MvcTools/tests/structs/response_test.php
diff --git a/MvcTools/tests/structs/result_cache.php b/MvcTools/tests/structs/result_cache_test.php
similarity index 100%
rename from MvcTools/tests/structs/result_cache.php
rename to MvcTools/tests/structs/result_cache_test.php
diff --git a/MvcTools/tests/structs/result_content.php b/MvcTools/tests/structs/result_content_test.php
similarity index 100%
rename from MvcTools/tests/structs/result_content.php
rename to MvcTools/tests/structs/result_content_test.php
diff --git a/MvcTools/tests/structs/result_cookie.php b/MvcTools/tests/structs/result_cookie_test.php
similarity index 100%
rename from MvcTools/tests/structs/result_cookie.php
rename to MvcTools/tests/structs/result_cookie_test.php
diff --git a/MvcTools/tests/structs/result.php b/MvcTools/tests/structs/result_test.php
similarity index 100%
rename from MvcTools/tests/structs/result.php
rename to MvcTools/tests/structs/result_test.php
diff --git a/MvcTools/tests/structs/routing_information.php b/MvcTools/tests/structs/routing_information_test.php
similarity index 100%
rename from MvcTools/tests/structs/routing_information.php
rename to MvcTools/tests/structs/routing_information_test.php
diff --git a/MvcTools/tests/view.php b/MvcTools/tests/view_test.php
similarity index 100%
rename from MvcTools/tests/view.php
rename to MvcTools/tests/view_test.php
diff --git a/MvcTools/tests/views/json.php b/MvcTools/tests/views/json_test.php
similarity index 100%
rename from MvcTools/tests/views/json.php
rename to MvcTools/tests/views/json_test.php
diff --git a/MvcTools/tests/views/php.php b/MvcTools/tests/views/php_test.php
similarity index 100%
rename from MvcTools/tests/views/php.php
rename to MvcTools/tests/views/php_test.php
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index dc6c1f8..3d74d5a 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -25,6 +25,10 @@
         <directory suffix="_test.php">Base/tests</directory>
       </testsuite>
 -->
+      <testsuite name="MvcTools">
+        <directory suffix="_test.php">MvcTools/tests</directory>
+      </testsuite>
+
       <testsuite name="Workflow">
         <directory suffix="_test.php">Workflow/tests</directory>
       </testsuite>