-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 missing code coverage #1740
Comments
Not sure why the page data factory reports missing coverage for this abstract method abstract public function toArray(): array; I feel like this should be handled by PHPUnit, as I don't see how it's possible to test it and it's only this one method that is an issue, maybe because it's inherited from an interface? Removing the interface usage makes no change though... |
caendesilva
added a commit
that referenced
this issue
Jun 29, 2024
caendesilva
added a commit
that referenced
this issue
Jun 29, 2024
caendesilva
added a commit
that referenced
this issue
Jun 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://hydephp.github.io/develop/master/coverage/framework/src/Framework/Factories/Concerns/PageDataFactory.php.html
https://hydephp.github.io/develop/master/coverage/framework/src/Framework/Actions/PostBuildTasks/GenerateSitemap.php.html
The text was updated successfully, but these errors were encountered: