Skip to content

Commit 2538466

Browse files
committed
Fixed tests
1 parent 382fb96 commit 2538466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/console/HelpCept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$I->wantToTest('getting help from command line');
99

1010
$output=<<<OUT
11-
Phosphorum 3.2.0
11+
Phosphorum 3.2.1
1212
Usage: php forum [command <arguments>] [--help | -H] [--version | -V] [--list]
1313
OUT;
1414

tests/console/VersionCept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$sha = substr(trim($I->runShellCommand('git rev-parse HEAD')), 0, 7);
1212

1313
$output=<<<OUT
14-
Phosphorum version 3.2.0, git commit $sha
14+
Phosphorum version 3.2.1, git commit $sha
1515
OUT;
1616

1717
$I->runShellCommand('php forum -V');

0 commit comments

Comments
 (0)