Translated using Weblate.
[phpmyadmin.git] / test / bootstrap-dist.php
blobfac9b2720d16bfc8ab4c6236cd04876dc4153535
1 <?php
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);
10 session_start();
12 // You can put some additional code that should run before tests here