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

Implement GitHub actions for PHPUnit Tests with various DB drivers #156

Closed
butschster opened this issue Apr 29, 2024 · 1 comment · Fixed by #157
Closed

Implement GitHub actions for PHPUnit Tests with various DB drivers #156

butschster opened this issue Apr 29, 2024 · 1 comment · Fixed by #157

Comments

@butschster
Copy link
Member

butschster commented Apr 29, 2024

PHPUnit is currently running tests using only the SQLite driver. However, there are several supported database types, including:

  1. In-memory
  2. PostgreSQL (pgsql)
  3. MySQL
  4. MongoDB

It would be beneficial to run tests with each of the provided databases to ensure that every driver is working correctly.

@butschster butschster added this to the 1.0 milestone Apr 29, 2024
@butschster butschster changed the title Add gh actions with mongodb driver tests Add gh actions for running phpunit tests with specific db driver Apr 29, 2024
@butschster butschster changed the title Add gh actions for running phpunit tests with specific db driver Implement GitHub actions for PHPUnit Tests with various DB drivers Apr 29, 2024
@butschster butschster linked a pull request Apr 30, 2024 that will close this issue
@butschster butschster self-assigned this Apr 30, 2024
@butschster
Copy link
Member Author

Fixed in #157 pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant