mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-222: Create unit tests for CLI components #278
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?
Originally created by @doctrinebot on GitHub (Dec 22, 2009).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user romanb:
@doctrinebot commented on GitHub (Dec 22, 2009):
@doctrinebot commented on GitHub (May 19, 2010):
Comment created by romanb:
Whats the status here? Do we have any?
@doctrinebot commented on GitHub (May 19, 2010):
Comment created by @guilhermeblanco:
Since we moved to Symfony Console I don't think this is needed anymore.
The purpose of this ticket was actually to test our own CLI support, which was dropped.
I'm closing the ticket due to this. Reopen if you have any other comment.
@doctrinebot commented on GitHub (May 20, 2010):
Comment created by @beberlei:
I think we do need some basic functional tests of our Commands, they have been subject to many bugs in the past becaues they are not tested.
@doctrinebot commented on GitHub (Jun 19, 2010):
Comment created by @beberlei:
Fixed another fatal error in the command due to missing namespace dependency. We need tests for all the commands, there have been dozens of issues on these things so far.
This commit shows a simple approach on how testing is easily possible for symfony commands:
51e6681934@doctrinebot commented on GitHub (Aug 26, 2010):
Comment created by romanb:
Can we expect some more tests for beta4 or is it unlikely that you find the time? Should we move this further back or does someone else want to step in?
@doctrinebot commented on GitHub (Apr 16, 2014):
Comment created by @guilhermeblanco:
This is not valid anymore as we use Symfony CLI component
@doctrinebot commented on GitHub (Apr 16, 2014):
Issue was closed with resolution "Invalid"