diff --git a/src/configuration.rst b/src/configuration.rst index d5d70691a..fa6b59d87 100644 --- a/src/configuration.rst +++ b/src/configuration.rst @@ -49,12 +49,12 @@ Possible values: ``true`` or ``false`` (default: ``true``) This attribute configures the caching of test results. This caching is required for certain other features to work. -.. _appendixes.configuration.phpunit.cacheResultFile: +.. _appendixes.configuration.phpunit.cacheDirectory: -The ``cacheResultFile`` Attribute ---------------------------------- +The ``cacheDirectory`` Attribute +-------------------------------- -This attribute configures the file in which the test result cache (see above) is stored. +This attribute configures the directory in which PHPUnit caches information such as test results (see above), for instance. .. _appendixes.configuration.phpunit.colors: @@ -507,8 +507,7 @@ The ```` element and its children can be used to configure code covera .. code-block:: xml - `` element and its children can be used to configure code covera -The ``cacheDirectory`` Attribute --------------------------------- - -Possible values: string - -When code coverage data is collected and processed, static code analysis is performed to improve reasoning about the covered code. This is an expensive operation, whose result can be cached. When the ``cacheDirectory`` attribute is set, static analysis results will be cached in the specified directory. - The ``includeUncoveredFiles`` Attribute ---------------------------------------