Skip to content

Commit

Permalink
Fix misleading 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 899d4d0 commit bdcf28b
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 bdcf28b

Please sign in to comment.