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

Create a new test case base class for CLI end to end testing #5

Closed
4 tasks done
acelaya opened this issue Jan 2, 2020 · 0 comments · Fixed by #24
Closed
4 tasks done

Create a new test case base class for CLI end to end testing #5

acelaya opened this issue Jan 2, 2020 · 0 comments · Fixed by #24

Comments

@acelaya
Copy link
Member

acelaya commented Jan 2, 2020

CliTestCase

  • It can make use of symfony process to run shlink commands, returning the output and exit code.
  • It should also accept providing "interactive" input.
  • It should inherit env vars.
  • It should set the COVERAGE_ID env var with the static::class value, for a proper code coverage.
@acelaya acelaya added this to the 1.4.0 milestone Jan 2, 2020
@acelaya acelaya removed this from the 1.4.0 milestone Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant