Installer Class missing array variable check
[openemr.git] / phpmyadmin / test / FailTest.php
blob3494c4f02019875db8e906a22b3e4163bc26755c
1 <?php
2 /* vim: expandtab sw=4 ts=4 sts=4: */
3 /**
4 * tests for PMA_get_real_size()
6 * @version $Id$
7 * @package phpMyAdmin-test
8 */
10 /**
13 require_once 'PHPUnit/Framework.php';
15 class FailTest extends PHPUnit_Framework_TestCase
17 public function testFail()
19 $this->assertEquals(0, 1);