Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 8a20a9f

Browse files
committed
Test: Fix namespace.
1 parent f977079 commit 8a20a9f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Test/Integration/Protocol/Rfc6455.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Integration;
37+
namespace Hoa\Websocket\Test\Integration\Protocol;
3838

3939
use Hoa\Event;
4040
use Hoa\Socket;

Test/Unit/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Unit;
37+
namespace Hoa\Websocket\Test\Unit;
3838

3939
use Hoa\Event;
4040
use Hoa\Http;

Test/Unit/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Unit;
37+
namespace Hoa\Websocket\Test\Unit;
3838

3939
use Hoa\Event;
4040
use Hoa\Socket;

Test/Unit/Node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Unit;
37+
namespace Hoa\Websocket\Test\Unit;
3838

3939
use Hoa\Socket as HoaSocket;
4040
use Hoa\Test;

Test/Unit/Protocol/Generic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Unit\Protocol;
37+
namespace Hoa\Websocket\Test\Unit\Protocol;
3838

3939
use Hoa\Test;
4040
use Mock\Hoa\Socket;

Test/Unit/Protocol/Hybi00.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Unit\Protocol;
37+
namespace Hoa\Websocket\Test\Unit\Protocol;
3838

3939
use Hoa\Test;
4040
use Hoa\Websocket;

Test/Unit/Protocol/Rfc6455.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Unit\Protocol;
37+
namespace Hoa\Websocket\Test\Unit\Protocol;
3838

3939
use Hoa\Test;
4040
use Hoa\Websocket;

Test/Unit/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Unit;
37+
namespace Hoa\Websocket\Test\Unit;
3838

3939
use Hoa\Http;
4040
use Hoa\Test;

Test/Unit/Socket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* POSSIBILITY OF SUCH DAMAGE.
3535
*/
3636

37-
namespace Hoa\Webocket\Test\Unit;
37+
namespace Hoa\Websocket\Test\Unit;
3838

3939
use Hoa\Socket as HoaSocket;
4040
use Hoa\Test;

0 commit comments

Comments
 (0)