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

test(mssql): add support for running tests against ms sql server (#91) #94

Merged
merged 9 commits into from
Jul 8, 2024

Conversation

Alexandre-T
Copy link
Contributor

@Alexandre-T Alexandre-T commented Jul 7, 2024

MS-SQL Server support :

  • scaffold phpunit test suites for MSSQL Server by @DaveHint
  • add docker compose services for MSSQL Server by @DaveHint
  • create the test database main when MSSQL Server starts by @DaveHint
  • install PDO drivers for MSSQL Server in php8 service by @DaveHint
  • configure SqlServerPlatform as supported platform in OrmTestCase by @DaveHint
  • add additional database driver options when building the connection parameters to trust the sql server's self signed certificate by @DaveHint
  • add test commands to composer.json by @DaveHint
  • add phpunit files for the CI/CD by @Alexandre-T
  • add sql server services in the CI by @Alexandre-T

@coveralls
Copy link

Coverage Status

coverage: 95.599%. remained the same
when pulling 51a5cc4 on mssql-feature
into 9872506 on main.

@coveralls
Copy link

Coverage Status

coverage: 95.599%. remained the same
when pulling 476d8dc on mssql-feature
into 9872506 on main.

@coveralls
Copy link

Coverage Status

coverage: 95.599%. remained the same
when pulling 3b9936a on mssql-feature
into 9872506 on main.

@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:07 — with GitHub Actions Inactive
@coveralls
Copy link

Coverage Status

coverage: 95.599%. remained the same
when pulling c00a211 on mssql-feature
into 9872506 on main.

@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T temporarily deployed to Test environment July 7, 2024 18:10 — with GitHub Actions Inactive
@Alexandre-T Alexandre-T self-assigned this Jul 7, 2024
@Alexandre-T Alexandre-T added this to the MSSQL Server feature milestone Jul 8, 2024
@Alexandre-T Alexandre-T merged commit aa94494 into main Jul 8, 2024
14 checks passed
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.

3 participants