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

Tests: Move PHPUnit files into tests/phpunit/. #182

Merged

Conversation

costdev
Copy link
Contributor

@costdev costdev commented Nov 13, 2024

Pull Request

What changed?

  • All PHPUnit related files and directories, except for phpunit.xml.dist, have been moved from tests/ to tests/phpunit/.
  • References have been updated in configurations and workflows.

Why did it change?

For better organisation of test files, ahead of also adding an E2E test suite in the future.

Did you fix any specific issues?

Fixes #180

CERTIFICATION

By opening this pull request, I do agree to abide by the Code of Conduct and be bound by the terms of the Contribution Guidelines in effect on the date and time of my contribution as proven by the revision information in GitHub.

@costdev costdev requested a review from namithj November 13, 2024 13:49
@costdev costdev force-pushed the tests/restructure-for-multiple-testing-types branch from 455a2c6 to 4d472ec Compare November 13, 2024 13:54
@costdev costdev requested a review from namithj November 13, 2024 14:04
@costdev costdev requested a review from asirota November 13, 2024 14:53
@asirota asirota merged commit e855143 into aspirepress:main Nov 13, 2024
5 checks passed
@costdev costdev deleted the tests/restructure-for-multiple-testing-types branch December 19, 2024 23:39
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 this pull request may close these issues.

Tests: Move PHPUnit files into their own sub-directory to accommodate multiple test suites.
3 participants