Merge remote-tracking branch 'origin/master'
[phpmyadmin.git] / test / PMATestCase.php
blob6a13ed3fe22f19bf4e0caa01f84f342e344b6bd2
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Base class for phpMyAdmin tests
6 * @package PhpMyAdmin-test
7 */
9 /**
10 * Base class for phpMyAdmin tests.
12 * @package PhpMyAdmin-test
14 class PMATestCase extends PHPUnit_Framework_TestCase
16 /**
17 * This method is called before the first test of this test class is run.
19 public static function setUpBeforeClass()
21 require 'libraries/config.default.php';
22 $GLOBALS['cfg'] = $cfg;