bug #2042032 Cannot detect PmaAbsoluteUri correctly on Windows
[phpmyadmin/madhuracj.git] / test / FailTest.php
blob0cecf6934db83a3a30e04a38056126a663f21b2a
1 <?php
2 /* vim: set 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 /**
16 * @package phpMyAdmin-test
18 class FailTest extends PHPUnit_Framework_TestCase
20 public function testFail()
22 $this->assertEquals(0, 1);