-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue 19 - call to undefined method WikiPage::factory() #45
base: master
Are you sure you want to change the base?
Conversation
- update isUniqueId() - increase test coverage
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #45 +/- ##
============================================
+ Coverage 44.75% 46.99% +2.24%
- Complexity 47 48 +1
============================================
Files 8 8
Lines 181 183 +2
============================================
+ Hits 81 86 +5
+ Misses 100 97 -3 ☔ View full report in Codecov by Sentry. |
- update isUniqueId() - update tests
@gesinn-it-gea could you please review this and if this is ok, we can merge this one as well. |
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.
see inline comments
- new method naming - instead of isUniqueId use name getUniqueIdChecker to reflect the functionality better
- update PHPDoc
- add new test cases to check whenever the page exists or not
- update function param, add $id instead of $text
@gesinn-it-gea PR updated and ready to merge. |
This PR is related to the issue #19.
This PR contains:
isUniqueId()
updated, renamed togetUniqueIdChecker()
IdProviderFactory.php
, covergetUniqueIdChecker()
function