spriebsch               Tue May 12 22:41:20 2009 UTC

  Modified files:              
    /phpruntests/tests/configuration/preconditions      
                                                        
rtIfParallelHasPcntlTest.php 
  Log:
  Fixed wrong case in method name.
  
  
http://cvs.php.net/viewvc.cgi/phpruntests/tests/configuration/preconditions/rtIfParallelHasPcntlTest.php?r1=1.5&r2=1.6&diff_format=u
Index: 
phpruntests/tests/configuration/preconditions/rtIfParallelHasPcntlTest.php
diff -u 
phpruntests/tests/configuration/preconditions/rtIfParallelHasPcntlTest.php:1.5 
phpruntests/tests/configuration/preconditions/rtIfParallelHasPcntlTest.php:1.6
--- 
phpruntests/tests/configuration/preconditions/rtIfParallelHasPcntlTest.php:1.5  
    Tue May 12 22:28:57 2009
+++ phpruntests/tests/configuration/preconditions/rtIfParallelHasPcntlTest.php  
Tue May 12 22:41:20 2009
@@ -73,7 +73,7 @@
     /**
      * Ensure that the error message is correct.
      */
-    public function testgetMessage()
+    public function testGetMessage()
     {
         $this->assertEquals($this->preCondition->getMessage('pcntlNotLoaded'), 
rtText::get('pcntlNotLoaded'));
     }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to