diff --git a/tests/TypeReconciliation/ReconcilerTest.php b/tests/TypeReconciliation/ReconcilerTest.php index da0066f384a..ac7ceba270d 100644 --- a/tests/TypeReconciliation/ReconcilerTest.php +++ b/tests/TypeReconciliation/ReconcilerTest.php @@ -306,5 +306,7 @@ public function arrayReferencesAreHandled(): void $codebase->addFilesToAnalyze(['somefile.php' => 'somefile.php']); $codebase->scanFiles(); $this->file_analyzer->analyze($this->file_analyzer->context); + // just asserting this test reaches the end + self::assertTrue(true); } }