Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 63b594d

Browse files
committed
Fixes unit test for Zend_Console_Getopt
1 parent 5eeb261 commit 63b594d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Zend/Console/GetoptTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function testEmptyRequiredOption()
331331
'Expected Zend_Console_Getopt_Exception, got ' . get_class($e)
332332
);
333333
$this->assertEquals(
334-
'Option "a" requires a parameter.', $e->getMessage()
334+
'Option "$alias" requires a parameter.', $e->getMessage()
335335
);
336336
}
337337
}

0 commit comments

Comments
 (0)