Skip to content

Commit

Permalink
Assert ReconcilerTest::arrayReferencesAreHandled reaches the end
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Jul 20, 2022
1 parent 6c5e5f7 commit 98502d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TypeReconciliation/ReconcilerTest.php
Expand Up @@ -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);
}
}

0 comments on commit 98502d4

Please sign in to comment.