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

Add more tests for command install #40

Closed
AlexSkrypnyk opened this issue Jun 25, 2024 · 0 comments · Fixed by #43
Closed

Add more tests for command install #40

AlexSkrypnyk opened this issue Jun 25, 2024 · 0 comments · Fixed by #43

Comments

@AlexSkrypnyk
Copy link
Owner

AlexSkrypnyk commented Jun 25, 2024

We currently have tests:

  • testNoInstall - runs composer create-project --no-install
  • testNoInstallSubDir - as above, but in a subdir

We need to add more tests:

  • testInstall - runs composer create-project
  • testInstallSubDir - as above, but in a subdir
  • testInstallAdditionalCleanup - runs composer create-project and has additional cleanup tasks defined in the config file
  • testInstallNoConfigFile - runs composer create-project and has no configuration file in the project
@AlexSkrypnyk AlexSkrypnyk changed the title Add more tests Add more tests for command install Jun 26, 2024
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