Skip to content

Commit 76db0d7

Browse files
committed
Update CommandTest.php
1 parent 910cedf commit 76db0d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace pastuhov\Command\Test;
34

45
use pastuhov\Command\Command;
@@ -18,7 +19,7 @@ public function testExec()
1819
[
1920
'phrase' => [
2021
'hello',
21-
'world',
22+
'wor' . 'ld',
2223
],
2324
]
2425
);
@@ -36,7 +37,6 @@ public function testExecException()
3637
$output = Command::exec(
3738
'echo111'
3839
);
39-
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)