summaryrefslogtreecommitdiffstats
path: root/test/phpunit-compat.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/phpunit-compat.php')
-rw-r--r--test/phpunit-compat.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/phpunit-compat.php b/test/phpunit-compat.php
new file mode 100644
index 0000000..2b1be3a
--- /dev/null
+++ b/test/phpunit-compat.php
@@ -0,0 +1,10 @@
+<?php
+
+use PHPUnit\Framework\TestCase;
+
+/**
+ * @codingStandardsIgnoreStart
+ */
+class PHPUnit_Framework_TestCase extends TestCase
+{
+}