From aa5826b69ac13670e4b69c7cf5bb54e4f103c483 Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Mon, 23 Aug 2010 12:44:15 -0500 Subject: [PATCH] Symfony/Components renamed into Symfony/Component --- .../Tools/Console/Command/ConvertDoctrine1SchemaCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommandTest.php b/tests/Doctrine/Tests/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommandTest.php index cf520fc39..a17073162 100644 --- a/tests/Doctrine/Tests/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommandTest.php +++ b/tests/Doctrine/Tests/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommandTest.php @@ -13,7 +13,7 @@ class ConvertDoctrine1SchemaCommandTest extends \Doctrine\Tests\OrmTestCase $command = new ConvertDoctrine1SchemaCommand(); $command->setEntityGenerator($entityGenerator); - $output = $this->getMock('Symfony\Components\Console\Output\OutputInterface'); + $output = $this->getMock('Symfony\Component\Console\Output\OutputInterface'); $output->expects($this->once()) ->method('write') ->with($this->equalTo('No Metadata Classes to process.' . PHP_EOL));