2 /* vim: expandtab sw=4 ts=4 sts=4: */
4 * tests for PMA_get_real_size()
7 * @package phpMyAdmin-test
13 require_once 'PHPUnit/Framework.php';
15 class FailTest
extends PHPUnit_Framework_TestCase
17 public function testFail()
19 $this->assertEquals(0, 1);