-
-
Notifications
You must be signed in to change notification settings - Fork 12
Refactor tests #414
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 #414
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #414 +/- ##
=========================================
Coverage 98.62% 98.62%
Complexity 247 247
=========================================
Files 26 26
Lines 800 800
=========================================
Hits 789 789
Misses 11 11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tests/Type/BinaryTest.php
Outdated
| { | ||
| $this->setFixture('Type/binary.sql'); | ||
| $db = $this->getSharedConnection(); | ||
| $this->loadFixture(dirname(__DIR__) . '/Support/Fixture/Type/binary.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 Type/binary.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.
FixtureDump with constants is added.
Related to yiisoft/db#1098