Skip to content

Commit

Permalink
Fix misleading deprecation message in tests for #2972
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl authored and sebastianbergmann committed Mar 31, 2020
1 parent 0739346 commit bcb3de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Framework/TestSuite.php
Expand Up @@ -359,6 +359,7 @@ public function addTestFile(string $filename): void
new PhptTestCase($filename)
);

$this->declaredClasses = \get_declared_classes();
return;
}

Expand Down

0 comments on commit bcb3de7

Please sign in to comment.