summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phan/stubs/phpunit4.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/phan/stubs/phpunit4.php')
-rw-r--r--www/wiki/tests/phan/stubs/phpunit4.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/wiki/tests/phan/stubs/phpunit4.php b/www/wiki/tests/phan/stubs/phpunit4.php
new file mode 100644
index 00000000..e5e88e6b
--- /dev/null
+++ b/www/wiki/tests/phan/stubs/phpunit4.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * Some old classes from PHPUnit 4 that MediaWiki (conditionally) references.
+ *
+ * phpcs:ignoreFile
+ */
+
+class PHPUnit_TextUI_Command {
+
+}