[PR #1069] [MERGED] added method to be able to reuse the console application #9119

Closed
opened 2026-01-22 16:03:16 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: reuse-console-app


📝 Commits (3)

  • eef32d4 added method to be able to reuse the console application
  • 1d16e53 added a simple test
  • a76506c amended 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/1069 **Author:** [@anho](https://github.com/anho) **Created:** 6/24/2014 **Status:** ✅ Merged **Merged:** 8/4/2014 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `reuse-console-app` --- ### 📝 Commits (3) - [`eef32d4`](https://github.com/doctrine/orm/commit/eef32d4372ee3bb46a02c71d4c04a5e14f5fb191) added method to be able to reuse the console application - [`1d16e53`](https://github.com/doctrine/orm/commit/1d16e5322f62b20f8a8a80452be25fb483e59279) added a simple test - [`a76506c`](https://github.com/doctrine/orm/commit/a76506c3fd164d44774b56ac88d964361dad48f4) amended documentation ### 📊 Changes **3 files changed** (+62 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This comes in handy, when you want to do more with the actual application object then just to run it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:03:16 +01:00
admin closed this issue 2026-01-22 16:03:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9119