Bläddra i källkod

Fixes unit test for Zend_Console_Getopt

Frank Brückner 11 år sedan
förälder
incheckning
63b594d12a
1 ändrade filer med 1 tillägg och 1 borttagningar
  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()
             );
         }
     }