We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de2c69 commit 976ff3bCopy full SHA for 976ff3b
tests/TestingBotTest.php
@@ -1,4 +1,10 @@
1
<?php
2
+
3
+ if (!class_exists('\PHPUnit\Framework\TestCase', true)) {
4
+ class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
5
+ } elseif (!class_exists('\PHPUnit_Framework_TestCase', true)) {
6
+ class_alias('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');
7
+ }
8
9
require_once('src/TestingBot/TestingBotAPI.php');
10
0 commit comments