Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 13, 2019
1 parent 3e05eb0 commit 10d573a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/extending-phpunit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ one or more of the following interfaces:
Each "hook", meaning each of the interfaces listed above, represents an event
that can occur while the tests are being executed.

See :ref:`appendixes.configuration.extensions` for details on how
See :ref:`appendixes.configuration.phpunit.extensions` for details on how
to register extensions in PHPUnit's XML configuration.

:numref:`extending-phpunit.examples.TestRunnerExtension` shows an example
Expand Down
2 changes: 1 addition & 1 deletion src/incomplete-and-skipped-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@ The following operators are supported for PHP, PHPUnit, and extension version co
?>
If you are using syntax that doesn't compile with a certain PHP Version look into the xml
configuration for version dependent includes in :ref:`appendixes.configuration.testsuites`
configuration for version dependent includes in :ref:`appendixes.configuration.phpunit.testsuites`


2 changes: 1 addition & 1 deletion src/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ this will honor the ``--colors`` setting.
Writing to standard out is the default option when used from the command-line.
By default this will only show files that have at least one covered line.
This can only be changed via the ``showUncoveredFiles`` xml
configuration option. See :ref:`appendixes.configuration.logging`.
configuration option. See :ref:`appendixes.configuration.phpunit.logging`.
By default all files and their coverage status are shown in the detailed report.
This can be changed via the ``showOnlySummary`` xml
configuration option.
Expand Down

0 comments on commit 10d573a

Please sign in to comment.