wiki.techinc.nl/tests/phan/stubs/phpunit4.php
Reedy 45a0f99734 Allow PHPUnit 6 optionally in require-dev
MediaWiki uses a back-compat layer to preserve most of the PHPUnit 4
runtime, so existing tests will continue to run fine with minimal
modification. Once PHP < 7.0 support is dropped, we can drop PHPUnit 4
support, and adapt tests to use PHPUnit 6 features directly.

Bug: T177132
Depends-On: I884b240307e3fcad253aa64eeae9944ed4eb7d50
Change-Id: I497712c7693d137be197a69873baa58383ce9646
2018-04-12 20:46:56 -07:00

11 lines
151 B
PHP

<?php
/**
* Some old classes from PHPUnit 4 that MediaWiki (conditionally) references.
*
* phpcs:ignoreFile
*/
class PHPUnit_TextUI_Command {
}