diff --git a/tests/Doctrine/Tests/ORM/Tools/Console/ConsoleRunnerTest.php b/tests/Doctrine/Tests/ORM/Tools/Console/ConsoleRunnerTest.php new file mode 100644 index 000000000..9d1966534 --- /dev/null +++ b/tests/Doctrine/Tests/ORM/Tools/Console/ConsoleRunnerTest.php @@ -0,0 +1,26 @@ +assertInstanceOf('Symfony\Component\Console\Application', $app); + $this->assertSame($helperSet, $app->getHelperSet()); + $this->assertEquals(Version::VERSION, $app->getVersion()); + } +}