aboutsummaryrefslogtreecommitdiffstats
path: root/.phan/stubs
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2018-04-13 07:48:55 -0700
committerJames D. Forrester <jforrester@wikimedia.org>2019-10-03 08:58:03 -0700
commit6a1c6cd86fbbe170f109e96431e511bd9ebb87d2 (patch)
treec45d0e6dfe15ecdb5fef2043a1c3dcd2d3760469 /.phan/stubs
parent76d0913a443be4ba677fc2f0814c2e564334973d (diff)
downloadmediawikicore-6a1c6cd86fbbe170f109e96431e511bd9ebb87d2.tar.gz
mediawikicore-6a1c6cd86fbbe170f109e96431e511bd9ebb87d2.zip
tests: Require PHPUnit 6, drop PHPUnit 4 as an option
Bug: T192167 Change-Id: I060e589c3469806ab483197c9d9375eeaed7e532
Diffstat (limited to '.phan/stubs')
-rw-r--r--.phan/stubs/phpunit4.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/.phan/stubs/phpunit4.php b/.phan/stubs/phpunit4.php
deleted file mode 100644
index e5e88e6bab10..000000000000
--- a/.phan/stubs/phpunit4.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * Some old classes from PHPUnit 4 that MediaWiki (conditionally) references.
- *
- * phpcs:ignoreFile
- */
-
-class PHPUnit_TextUI_Command {
-
-}