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.
1 parent 306739d commit 035d367Copy full SHA for 035d367
tests/UnifiedSpecTests/UnifiedTestRunner.php
@@ -125,7 +125,7 @@ public function run(UnifiedTestCase $test): void
125
* succeeding or failing. Since the callable itself might throw, we
126
* need to ensure doTearDown() will still be called. */
127
try {
128
- if (isset($this->entityMapObserver)) {
+ if (isset($this->entityMapObserver, $this->entityMap)) {
129
call_user_func($this->entityMapObserver, $this->entityMap);
130
}
131
} finally {
0 commit comments