Skip to content

Commit 3017304

Browse files
author
Sören
committed
Code standard
1 parent 537fa0a commit 3017304

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

tests/ClientTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
class ClientTest extends TestCase
1515
{
16-
1716
public function setUp(): void
1817
{
1918
error_reporting(-1);

tests/ExceptionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
class ExceptionTest extends TestCase
1515
{
16-
1716
public function setUp(): void
1817
{
1918
error_reporting(-1);

tests/MessageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
class MessageTest extends TestCase
1616
{
17-
1817
public function setUp(): void
1918
{
2019
error_reporting(-1);

tests/ServerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
class ServerTest extends TestCase
1515
{
16-
1716
public function setUp(): void
1817
{
1918
error_reporting(-1);

tests/mock/MockSocket.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
class MockSocket
1010
{
11-
1211
private static $queue = [];
1312
private static $stored = [];
1413
private static $asserter;

0 commit comments

Comments
 (0)