Rename test

This commit is contained in:
Marcel Pociot 2018-12-03 10:22:13 +01:00
parent 9c2ac54322
commit 689b1cec1b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace BeyondCode\LaravelWebsockets\Tests\HttpApi; namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
use BeyondCode\LaravelWebSockets\HttpApi\Controllers\FetchChannelsController; use BeyondCode\LaravelWebSockets\HttpApi\Controllers\FetchChannelsController;
use BeyondCode\LaravelWebSockets\Tests\Mocks\Connection; use BeyondCode\LaravelWebSockets\Tests\Mocks\Connection;
@ -10,7 +10,7 @@ use GuzzleHttp\Psr7\Request;
use Illuminate\Http\JsonResponse; use Illuminate\Http\JsonResponse;
use Symfony\Component\HttpKernel\Exception\HttpException; use Symfony\Component\HttpKernel\Exception\HttpException;
class FetchChannelTest extends TestCase class FetchChannelsTest extends TestCase
{ {
/** @test */ /** @test */