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

pkp/pkp-lib#9892 upgrade to laravel 11 and PHP 8.2+ #1669

Merged
merged 4 commits into from
Aug 12, 2024

Conversation

touhidurabir
Copy link
Member

Comment on lines -96 to -98
$genreDao->expects($this->any())
->method('getById')
->will($this->returnCallback([$this, 'getTestGenre']));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asmecher this seems to break the tests as there is no existence of method getTestGenre . is this a leftover of some old test refactoring ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it looks like it got removed with 36ee1af but this reference persisted afterwards.

@asmecher asmecher merged commit 22a059b into pkp:main Aug 12, 2024
8 checks passed
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 this pull request may close these issues.

2 participants