1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Symfony/Components renamed into Symfony/Component

This commit is contained in:
Jonathan H. Wage 2010-08-23 12:44:15 -05:00
parent 4a9f36800e
commit aa5826b69a

View File

@ -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));