-
-
Notifications
You must be signed in to change notification settings - Fork 15
Refactor tests #463
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
Refactor tests #463
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #463 +/- ##
=========================================
Coverage 96.64% 96.64%
Complexity 408 408
=========================================
Files 66 66
Lines 1191 1191
=========================================
Hits 1151 1151
Misses 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tests/SchemaTest.php
Outdated
| $this->markTestSkipped('PostgresSQL < 11.0 does not support INCLUDE clause.'); | ||
| } | ||
| $db = $this->getSharedConnection(); | ||
| $this->loadFixture(__DIR__ . '/Support/Fixture/pgsql11.sql'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe use default directory and pass only file name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FixtureDump with constants is added.
Related to yiisoft/db#1098