Added htaccess and README to test directory

This commit is contained in:
Herman van Rink 2011-07-06 10:27:52 +02:00
parent d17aab53e4
commit fc5a9a6131
2 changed files with 15 additions and 0 deletions

4
test/.htaccess Normal file
View File

@ -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

11
test/README Normal file
View File

@ -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