bug#3212720 Show error message on error.
[phpmyadmin/ayax.git] / test / FailTest.php
blobf430bb470ba0f8d84c2324e29c8410ef3883ec03
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * tests for PMA_get_real_size()
6 * @package phpMyAdmin-test
7 */
9 /**
12 require_once 'PHPUnit/Framework.php';
14 /**
15 * @package phpMyAdmin-test
17 class FailTest extends PHPUnit_Framework_TestCase
19 public function testFail()
21 $this->assertEquals(0, 1);