Skip to content

Commit

Permalink
Fix test by preloading interface
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 29, 2024
1 parent c4cc46b commit f84314b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TypeReconciliation/ReconcilerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class A {}
class B {}
interface SomeInterface {}
');
$this->project_analyzer->getCodebase()->queueClassLikeForScanning('Countable');
$this->project_analyzer->getCodebase()->scanFiles();
}

Expand Down

0 comments on commit f84314b

Please sign in to comment.