3 // Adding phpMyAdmin sources to include path
4 set_include_path(get_include_path() . PATH_SEPARATOR
. dirname(realpath("../index.php")));
6 // Setting constants for testing
7 define('PHPMYADMIN', 1);
8 define('TESTSUITE', 1);
12 // You can put some additional code that should run before tests here