phpunit4.php 151 B

123456789101112
  1. <?php
  2. /**
  3. * Some old classes from PHPUnit 4 that MediaWiki (conditionally) references.
  4. *
  5. * phpcs:ignoreFile
  6. */
  7. class PHPUnit_TextUI_Command {
  8. }