You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to use compose.yml and integrate PHPUnit with Namespaces
- Rename docker-compose.yml to compose.yml
- Add PHPUnit 11.2.1 to composer.json
- Add phpunit.xml for PHPUnit configuration
- Update README.md with setup instructions for Docker Compose and PHPUnit
- Ensure .gitignore includes vendor directory
- Adjust GitHub Actions workflow to use compose.yml
- Add Example class and corresponding PHPUnit test with App namespace
- Update composer.json to include PSR-4 autoloading for App namespace
- Ensure Xdebug is configured correctly for code coverage
0 commit comments