Added htaccess and README to test directory
This commit is contained in:
parent
d17aab53e4
commit
fc5a9a6131
4
test/.htaccess
Normal file
4
test/.htaccess
Normal 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
11
test/README
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user