File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 44use 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 {
You can’t perform that action at this time.
0 commit comments