We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LogLoginFailure
1 parent dafa74e commit bdd72daCopy full SHA for bdd72da
tests/Integration/Entity/LogLoginFailureTest.php
@@ -82,7 +82,8 @@ public function testThatGetterReturnsExpectedValue(
82
83
$logRequest = new LogLoginFailure(new User());
84
85
- if (method_exists($meta, 'isManyToManyOwningSide')
+ if ($meta !== null
86
+ && method_exists($meta, 'isManyToManyOwningSide')
87
&& (
88
$meta->isManyToManyOwningSide()
89
|| $meta->isOneToMany()
0 commit comments