The branch, unittesting has been updated via fc5a9a6131f9bec3c7f8c91666f483b9487c1132 (commit) from d17aab53e4fd3a9f45428e86864c8a985e2a0100 (commit)
- Log ----------------------------------------------------------------- commit fc5a9a6131f9bec3c7f8c91666f483b9487c1132 Author: Herman van Rink rink@initfour.nl Date: Wed Jul 6 10:27:52 2011 +0200
Added htaccess and README to test directory
-----------------------------------------------------------------------
Summary of changes: test/.htaccess | 4 ++++ test/README | 11 +++++++++++ 2 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 test/.htaccess create mode 100644 test/README
diff --git a/test/.htaccess b/test/.htaccess new file mode 100644 index 0000000..70a1177 --- /dev/null +++ b/test/.htaccess @@ -0,0 +1,4 @@ +# This folder does not require access over HTTP +# (the following directive denies access by default) +# For more information see: http://httpd.apache.org/docs/current/mod/mod_authz_host.html#allow +Order allow,deny diff --git a/test/README b/test/README new file mode 100644 index 0000000..a7e287a --- /dev/null +++ b/test/README @@ -0,0 +1,11 @@ +PhpMyAdmin test suite +===================== + +This directory is protected from web visitors by a .htaccess file. + +For more information on allowing http access to this directory see: +http://httpd.apache.org/docs/current/mod/mod_authz_host.html#allow + +Please visit the wiki for more information on unit testing: +https://wiki.phpmyadmin.net/pma/UnitTesting +
hooks/post-receive