From fc5a9a6131f9bec3c7f8c91666f483b9487c1132 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Wed, 6 Jul 2011 10:27:52 +0200 Subject: [PATCH] Added htaccess and README to test directory --- test/.htaccess | 4 ++++ test/README | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 test/.htaccess create mode 100644 test/README diff --git a/test/.htaccess b/test/.htaccess new file mode 100644 index 0000000000..70a11774c6 --- /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 0000000000..a7e287ad42 --- /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 +