Skip to content

Commit b2cefe9

Browse files
committed
Update method name
1 parent 6496157 commit b2cefe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/testing-your-application.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By having your test classes extend one of the test case classes, you get:
1616
* an instance of this library’s client that is configured to talk to your
1717
reverse proxy server. See reverse proxy specific sections for details;
1818
* convenience methods for executing HTTP requests to your application:
19-
``$this->getHttpClient()`` and ``$this->getResponse()``;
19+
``$this->getHttpAdapter()`` and ``$this->getResponse()``;
2020
* custom assertions ``assertHit`` and ``assertMiss`` for validating a cache
2121
hit/miss.
2222

0 commit comments

Comments
 (0)