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 test for boolean type PostgreSQL. #20049

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

terabytesoftw
Copy link
Member

Q A
Is bugfix?
New feature? ✔️
Breaks BC?

@what-the-diff
Copy link

what-the-diff bot commented Oct 26, 2023

PR Summary

  • Addition of a New Test File
    A new test file named BooleanTest.php was added to confirm that a part of the database management system, specifically the yii\db\pgsql\Schema class, is working correctly. This is located in the tests/framework/db/pgsql/type/ directory. This change boosts the robustness of the system by assuring that this essential component functions as expected.

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7005d27) 47.95% compared to head (f3c1d0c) 47.95%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #20049   +/-   ##
=======================================
  Coverage   47.95%   47.95%           
=======================================
  Files         445      445           
  Lines       43887    43887           
=======================================
  Hits        21045    21045           
  Misses      22842    22842           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bizley bizley merged commit fcd9e0a into yiisoft:master Oct 28, 2023
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants