-
Notifications
You must be signed in to change notification settings - Fork 7
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 tests, fix PHPStan issues in tests, move misplaced integration test. Some minor bugfixes #2569
Conversation
…st. Some minor bugfixes
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2569 +/- ##
============================================
+ Coverage 63.35% 65.08% +1.73%
+ Complexity 2732 2731 -1
============================================
Files 278 278
Lines 12131 12128 -3
============================================
+ Hits 7685 7894 +209
+ Misses 4446 4234 -212
|
Regarding the added |
I've had issues with the IDE not giving code completion in some cases. |
I think it's probably fine to add the annotation for UserFactory. It was initially left out because the User class doesn't represent an actual database table. |
…ic call' warnings, other minor fixes
sourcecode/apis/contentauthor/tests/Unit/Libraries/H5P/ContentType/BaseH5PContentTest.php
Outdated
Show resolved
Hide resolved
sourcecode/apis/contentauthor/tests/Integration/Http/Libraries/LtiTraitTest.php
Outdated
Show resolved
Hide resolved
sourcecode/apis/contentauthor/tests/Integration/Libraries/H5P/H5PConfigAbstractTest.php
Outdated
Show resolved
Hide resolved
…minor-fixes-202310
No description provided.