Skip to content

Commit

Permalink
Fix missleading deprecation message in tests for sebastianbergmann#2972
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Feb 19, 2020
1 parent 2b06c18 commit 1cb4699
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 1cb4699

Please sign in to comment.