mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #1069] [MERGED] added method to be able to reuse the console application #9119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/1069
Author: @anho
Created: 6/24/2014
Status: ✅ Merged
Merged: 8/4/2014
Merged by: @Ocramius
Base:
master← Head:reuse-console-app📝 Commits (3)
eef32d4added method to be able to reuse the console application1d16e53added a simple testa76506camended documentation📊 Changes
3 files changed (+62 additions, -1 deletions)
View changed files
📝
docs/en/reference/tools.rst(+19 -0)📝
lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php(+17 -1)➕
tests/Doctrine/Tests/ORM/Tools/Console/ConsoleRunnerTest.php(+26 -0)📄 Description
This comes in handy, when you want to do more with the actual application object then just to run it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.