diff --git a/console.rst b/console.rst index 1513a4bea00..2fb8202ea82 100644 --- a/console.rst +++ b/console.rst @@ -216,7 +216,7 @@ console:: namespace Tests\AppBundle\Command; use AppBundle\Command\CreateUserCommand; - use Symfony\Bundle\FrameworkBundle\Console\Application; + use Symfony\Component\Console\Application; use Symfony\Component\Console\Tester\CommandTester; class CreateUserCommandTest extends \PHPUnit_Framework_TestCase