You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by jp...@apache.org on 2011/12/10 22:24:36 UTC

[zeta-commits] svn commit: r1212903 - in /incubator/zetacomponents/trunk: ./ MvcTools/tests/ MvcTools/tests/dispatchers/ MvcTools/tests/response_filters/ MvcTools/tests/response_writers/ MvcTools/tests/routes/ MvcTools/tests/structs/ MvcTools/tests/views/

Author: jpic
Date: Sat Dec 10 22:24:35 2011
New Revision: 1212903

URL: http://svn.apache.org/viewvc?rev=1212903&view=rev
Log:
- Migrated MvcTools to PHPUnit 3.5

Kudos to Daniel Fahlke for helping


Added:
    incubator/zetacomponents/trunk/MvcTools/tests/controller_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/controller.php
    incubator/zetacomponents/trunk/MvcTools/tests/dispatchers/configurable_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/dispatchers/configurable.php
    incubator/zetacomponents/trunk/MvcTools/tests/response_filters/gzdeflate_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/response_filters/gzdeflate.php
    incubator/zetacomponents/trunk/MvcTools/tests/response_filters/gzip_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/response_filters/gzip.php
    incubator/zetacomponents/trunk/MvcTools/tests/response_filters/recode_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/response_filters/recode.php
    incubator/zetacomponents/trunk/MvcTools/tests/response_writers/http_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/response_writers/http.php
    incubator/zetacomponents/trunk/MvcTools/tests/router_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/router.php
    incubator/zetacomponents/trunk/MvcTools/tests/routes/catchall_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/routes/catchall.php
    incubator/zetacomponents/trunk/MvcTools/tests/routes/rails_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/routes/rails.php
    incubator/zetacomponents/trunk/MvcTools/tests/routes/regexp_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/routes/regexp.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/external_redirect_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/external_redirect.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/filter_definition_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/filter_definition.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/internal_redirect_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/internal_redirect.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_accept_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/request_accept.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_authentication_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/request_authentication.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_file_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/request_file.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_raw_http_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/request_raw_http.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/request.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_user_agent_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/request_user_agent.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/response_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/response.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/result_cache_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/result_cache.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/result_content_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/result_content.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/result_cookie_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/result_cookie.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/result_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/result.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/routing_information_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/structs/routing_information.php
    incubator/zetacomponents/trunk/MvcTools/tests/view_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/view.php
    incubator/zetacomponents/trunk/MvcTools/tests/views/json_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/views/json.php
    incubator/zetacomponents/trunk/MvcTools/tests/views/php_test.php
      - copied unchanged from r1212899, incubator/zetacomponents/trunk/MvcTools/tests/views/php.php
Removed:
    incubator/zetacomponents/trunk/MvcTools/tests/controller.php
    incubator/zetacomponents/trunk/MvcTools/tests/dispatchers/configurable.php
    incubator/zetacomponents/trunk/MvcTools/tests/response_filters/gzdeflate.php
    incubator/zetacomponents/trunk/MvcTools/tests/response_filters/gzip.php
    incubator/zetacomponents/trunk/MvcTools/tests/response_filters/recode.php
    incubator/zetacomponents/trunk/MvcTools/tests/response_writers/http.php
    incubator/zetacomponents/trunk/MvcTools/tests/router.php
    incubator/zetacomponents/trunk/MvcTools/tests/routes/catchall.php
    incubator/zetacomponents/trunk/MvcTools/tests/routes/rails.php
    incubator/zetacomponents/trunk/MvcTools/tests/routes/regexp.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/external_redirect.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/filter_definition.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/internal_redirect.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_accept.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_authentication.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_file.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_raw_http.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/request_user_agent.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/response.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/result.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/result_cache.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/result_content.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/result_cookie.php
    incubator/zetacomponents/trunk/MvcTools/tests/structs/routing_information.php
    incubator/zetacomponents/trunk/MvcTools/tests/view.php
    incubator/zetacomponents/trunk/MvcTools/tests/views/json.php
    incubator/zetacomponents/trunk/MvcTools/tests/views/php.php
Modified:
    incubator/zetacomponents/trunk/   (props changed)
    incubator/zetacomponents/trunk/phpunit.xml.dist

Propchange: incubator/zetacomponents/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Dec 10 22:24:35 2011
@@ -1,2 +1,4 @@
 autoload
 run-tests-tmp
+.phpunit.xml.dist.swp
+.swp

Modified: incubator/zetacomponents/trunk/phpunit.xml.dist
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/phpunit.xml.dist?rev=1212903&r1=1212902&r2=1212903&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/phpunit.xml.dist (original)
+++ incubator/zetacomponents/trunk/phpunit.xml.dist Sat Dec 10 22:24:35 2011
@@ -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>