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 missing code coverage #1740

Closed
caendesilva opened this issue Jun 27, 2024 · 1 comment · Fixed by #1761
Closed

Add missing code coverage #1740

caendesilva opened this issue Jun 27, 2024 · 1 comment · Fixed by #1761

Comments

@caendesilva
Copy link
Member Author

caendesilva commented Jun 29, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant