Remove unused TestCase class
This commit is contained in:
parent
c31bea9f30
commit
26f995abba
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Ratchet\RFC6455\Test;
|
namespace Ratchet\RFC6455\Test;
|
||||||
|
|
||||||
class AbResultsTest extends TestCase
|
class AbResultsTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
private function verifyAutobahnResults($fileName)
|
private function verifyAutobahnResults($fileName)
|
||||||
{
|
{
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Ratchet\RFC6455\Test;
|
|
||||||
|
|
||||||
class TestCase extends \PHPUnit_Framework_TestCase
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user