We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d9530 commit b15d342Copy full SHA for b15d342
test/Output/StdOutputTest.php
@@ -1,13 +1,11 @@
1
<?php
2
3
-namespace PhpSchool\PhpWorkshopTest;
+namespace PhpSchool\PhpWorkshopTest\Output;
4
5
use Colors\Color;
6
use PhpSchool\CliMenu\Terminal\TerminalInterface;
7
use PHPUnit_Framework_TestCase;
8
use PhpSchool\PhpWorkshop\Output\StdOutput;
9
-use Symfony\Component\Console\Output\OutputInterface;
10
-use Zend\Diactoros\Request;
11
12
/**
13
* Class StdOutputTest
0 commit comments