Skip to content

Commit 08a79ea

Browse files
committed
Update CommandTest.php
1 parent 654e981 commit 08a79ea

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

tests/CommandTest.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
use pastuhov\Command\Command;
55

66
/**
7-
* Class FileStreamTest
8-
* @package pastuhov\Command\Test
7+
* Class CommandTest.
98
*/
10-
class FileStreamTest extends \PHPUnit_Framework_TestCase
9+
class CommandTest extends \PHPUnit_Framework_TestCase
1110
{
1211
/**
13-
* Simple exec
12+
* Simple exec.
1413
*/
1514
public function testExec()
1615
{
@@ -19,7 +18,7 @@ public function testExec()
1918
[
2019
'phrase' => [
2120
'hello',
22-
'world'
21+
'world',
2322
]
2423
]
2524
);
@@ -28,7 +27,7 @@ public function testExec()
2827
}
2928

3029
/**
31-
* Test exec exception
30+
* Test exec exception.
3231
*/
3332
public function testExecException()
3433
{
@@ -41,7 +40,7 @@ public function testExecException()
4140
}
4241

4342
/**
44-
* Test exec empty command
43+
* Test exec empty command.
4544
*/
4645
public function testExecEmptyCommand()
4746
{

0 commit comments

Comments
 (0)