[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-14990-g843de6f

Michal Čihař nijel at users.sourceforge.net
Mon Aug 15 10:41:01 CEST 2011


The branch, master has been updated
       via  843de6fdf5ea5a157e43d0e4a4f17db114a9f5e1 (commit)
      from  099be90fbafd84b0a427aed1c7f37d8f4e0d39ce (commit)


- Log -----------------------------------------------------------------
commit 843de6fdf5ea5a157e43d0e4a4f17db114a9f5e1
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Aug 15 10:39:57 2011 +0200

    Fix testcase

-----------------------------------------------------------------------

Summary of changes:
 test/classes/Advisor_test.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/classes/Advisor_test.php b/test/classes/Advisor_test.php
index ac43516..2bc0e68 100644
--- a/test/classes/Advisor_test.php
+++ b/test/classes/Advisor_test.php
@@ -33,7 +33,7 @@ class Advisor_test extends PHPUnit_Framework_TestCase
     public function testParse()
     {
         $advisor = new Advisor();
-        $parseResult = $this->parseRulesFile();
+        $parseResult = $advisor->parseRulesFile();
         $this->assertEquals($parseResult['errors'], array());
     }
 }


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list