Преглед изворни кода

Fixes unit test for Zend_Console_Getopt

Frank Brückner пре 11 година
родитељ
комит
63b594d12a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/Zend/Console/GetoptTest.php

+ 1 - 1
tests/Zend/Console/GetoptTest.php

@@ -331,7 +331,7 @@ class Zend_Console_GetoptTest extends PHPUnit_Framework_TestCase
                 'Expected Zend_Console_Getopt_Exception, got ' . get_class($e)
             );
             $this->assertEquals(
-                'Option "a" requires a parameter.', $e->getMessage()
+                'Option "$alias" requires a parameter.', $e->getMessage()
             );
         }
     }