Skip to content

Commit 0c0acf2

Browse files
committed
added missing use statement
1 parent 2771985 commit 0c0acf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/console.rst

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ console::
261261

262262
use Symfony\Component\Console\Application;
263263
use Symfony\Component\Console\Tester\CommandTester;
264+
use Acme\DemoBundle\Command\GreetCommand;
264265

265266
class ListCommandTest extends \PHPUnit_Framework_TestCase
266267
{

0 commit comments

Comments
 (0)