Skip to content

Commit 04b36a6

Browse files
committed
chore(http-server): small tweaks to tests.
1 parent 75f05f9 commit 04b36a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Zipkin/Instrumentation/Http/Server/HttpServerTracing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Zipkin\Tracing;
88

99
/**
10-
* Tracing includes all the elements needed to trace a HTTP server
10+
* HttpServerTracing includes all the elements needed to trace a HTTP server
1111
* middleware or request handler.
1212
*/
1313
class HttpServerTracing

tests/Integration/Instrumentation/Http/Server/ServerTest.php renamed to tests/Integration/Instrumentation/Http/Server/MiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
use Middlewares;
2424
use FastRoute\RouteCollector;
2525

26-
final class ServerTest extends TestCase
26+
final class MiddlewareTest extends TestCase
2727
{
2828
private static function createTracing(Parser $parser): array
2929
{

0 commit comments

Comments
 (0)