Skip to content

Commit b15d342

Browse files
committed
Fix wrong NS
1 parent c5d9530 commit b15d342

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/Output/StdOutputTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
22

3-
namespace PhpSchool\PhpWorkshopTest;
3+
namespace PhpSchool\PhpWorkshopTest\Output;
44

55
use Colors\Color;
66
use PhpSchool\CliMenu\Terminal\TerminalInterface;
77
use PHPUnit_Framework_TestCase;
88
use PhpSchool\PhpWorkshop\Output\StdOutput;
9-
use Symfony\Component\Console\Output\OutputInterface;
10-
use Zend\Diactoros\Request;
119

1210
/**
1311
* Class StdOutputTest

0 commit comments

Comments
 (0)