Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor commands to avoid wrong output #827

Merged
merged 8 commits into from Jun 27, 2018

Commits on Jun 22, 2018

  1. fixed comment

    OskarStark committed Jun 22, 2018
    Copy the full SHA
    967c7a5 View commit details
    Browse the repository at this point in the history
  2. use same order of options

    like in CreateDatabaseDoctrineCommand
    OskarStark committed Jun 22, 2018
    Copy the full SHA
    e0f7599 View commit details
    Browse the repository at this point in the history
  3. use the same approach to get the connection name

    like in CreateDoctrineDatabaseCommand
    OskarStark committed Jun 22, 2018
    Copy the full SHA
    74233d8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    466e76f View commit details
    Browse the repository at this point in the history
  5. fixed wrong output

    before not output of the dropped database name was given,
    only the connection name.
    OskarStark committed Jun 22, 2018
    Copy the full SHA
    f3004d6 View commit details
    Browse the repository at this point in the history
  6. fixed tests

    OskarStark committed Jun 22, 2018
    Copy the full SHA
    e9a7c5f View commit details
    Browse the repository at this point in the history
  7. do not compare bool again

    OskarStark committed Jun 22, 2018
    Copy the full SHA
    b80f138 View commit details
    Browse the repository at this point in the history
  8. CS fix

    OskarStark committed Jun 22, 2018
    Copy the full SHA
    60dd14b View commit details
    Browse the repository at this point in the history