diff --git a/doc/index.rst b/doc/index.rst index 9b3eb3f1..9b310f76 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -5,8 +5,8 @@ This is the documentation for the `FOSHttpCache library `, require the additional package ``toflar/psr6-symfony-http-cache-store:^1.0`` with composer and register the ``PurgeTagsListener`` in your cache kernel. The purge listener needs your cache diff --git a/doc/testing-your-application.rst b/doc/testing-your-application.rst index 3e449d3a..231d2d36 100644 --- a/doc/testing-your-application.rst +++ b/doc/testing-your-application.rst @@ -14,12 +14,6 @@ extend your own (or your framework’s) base test classes. For convenience, you can also extend the FOSHttpCache base test class suitable for your proxy server, which includes a sensible set of traits. -.. versionadded:: 2.1 - - The testing has been updated to support PHPUnit 6 in version 2.1. If you - an older version of FOSHttpCache and want to use the features described in - this chapter, you need to use PHPUnit 5 to run the tests. - By using the traits, you get: * independent tests: all previously cached content is removed in the test’s