Skip to content

Commit 7247a2e

Browse files
committed
Rename test objects
1 parent 8a43c77 commit 7247a2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/HttpAsyncAdapterTest.php renamed to tests/AsyncClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @author Stéphane Hulard <stephane@hlrd.me>
1111
*/
12-
class HttpAsyncAdapterTest extends HttpAsyncClientTest
12+
class AsyncClientTest extends HttpAsyncClientTest
1313
{
1414
/**
1515
* @return HttpClient

tests/HttpAdapterTest.php renamed to tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @author Stéphane Hulard <stephane@hlrd.me>
1111
*/
12-
class HttpAdapterTest extends HttpClientTest
12+
class ClientTest extends HttpClientTest
1313
{
1414
/**
1515
* @return HttpClient

0 commit comments

Comments
 (0)