Skip to content

Commit

Permalink
Mark exception class introduced in f72543f as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 26, 2019
1 parent b2f39a1 commit 42afe2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Framework/Exception/NoChildTestSuiteException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
*/
namespace PHPUnit\Framework;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
final class NoChildTestSuiteException extends Exception
{
}

0 comments on commit 42afe2b

Please sign in to comment.