From e6aad8891cdb9bc4193544721a06f11194947d12 Mon Sep 17 00:00:00 2001 From: ayushchd Date: Thu, 11 Jul 2013 15:20:09 +0545 Subject: [PATCH] Fix test case --- test/libraries/PMA_Index_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libraries/PMA_Index_test.php b/test/libraries/PMA_Index_test.php index 7f7e998bc2..af754c370a 100644 --- a/test/libraries/PMA_Index_test.php +++ b/test/libraries/PMA_Index_test.php @@ -404,7 +404,7 @@ class PMA_SetupIndex_Test extends PHPUnit_Framework_TestCase $is_writable ); - $this->assertFalse( + $this->assertTrue( $file_exists );