Skip to content

Commit b5e2b8c

Browse files
author
SmetDenis
committed
new testand fix versions
1 parent 7fd7ed5 commit b5e2b8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"php" : ">=5.3.10"
2929
},
3030
"require-dev" : {
31-
"jbzoo/phpunit" : "1.x-dev"
31+
"jbzoo/phpunit" : "~1.5.3"
3232
},
3333
"suggest" : {
3434
"ext-mbstring" : "Provides multibyte specific string functions",

tests/CliTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ public function testBuild()
5757
is('ls --option="qwert\"y"', Cli::build('ls', array(
5858
'option' => 'qwert"y',
5959
)));
60+
61+
is('ls --option="0"', Cli::build('ls', array(
62+
'option' => 0,
63+
)));
6064
}
6165

6266
public function testExec()

0 commit comments

Comments
 (0)