phpmyadmin/test
Michal Čihař f2add98bd9 Strip path even if openbasedir restrictions apply
This really should not be the case here as what we get here is code
executed by PHP, so it should have already passed openbasedir
restrictions.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-18 10:14:01 +02:00
..
classes Strip path even if openbasedir restrictions apply 2016-08-18 10:14:01 +02:00
engines Bug #3785 Wrong documentation links for storage engines 2013-02-03 08:13:10 -05:00
libraries Sanitize filename on SHP import 2016-07-22 11:49:35 +02:00
selenium wrap long lines 2013-03-05 15:12:04 +01:00
test_data Use https to access phpmyadmin.net 2016-07-18 16:20:34 +02:00
.htaccess Elaborate on .htaccess comment 2011-07-15 10:28:20 +02:00
AllSeleniumTests.php add subpackage Selenium to docblock 2013-03-05 15:07:40 +01:00
bootstrap-dist.php Set real version in bootstrap 2012-09-22 09:58:07 +02:00
Environment_test.php Skip PDO test on PHP 5.2 2016-01-28 15:03:11 +01:00
README Added htaccess and README to test directory 2011-07-06 10:27:52 +02:00
theme.php Fix merge conflicts 2013-02-09 07:50:16 -05:00
wui.php Use package name PhpMyAdmin 2011-10-25 10:13:17 +02:00

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