From 26f995abba26e5c6b49e3b79d147ba9ed48147a3 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 30 Dec 2015 13:39:27 -0500 Subject: [PATCH] Remove unused TestCase class --- tests/AbResultsTest.php | 2 +- tests/TestCase.php | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 tests/TestCase.php diff --git a/tests/AbResultsTest.php b/tests/AbResultsTest.php index 22afcff..871d324 100644 --- a/tests/AbResultsTest.php +++ b/tests/AbResultsTest.php @@ -2,7 +2,7 @@ namespace Ratchet\RFC6455\Test; -class AbResultsTest extends TestCase +class AbResultsTest extends \PHPUnit_Framework_TestCase { private function verifyAutobahnResults($fileName) { diff --git a/tests/TestCase.php b/tests/TestCase.php deleted file mode 100644 index 92cb3c9..0000000 --- a/tests/TestCase.php +++ /dev/null @@ -1,8 +0,0 @@ -