Skip to content

Commit

Permalink
Merge pull request #7815 from motooka/phpunit-10-link
Browse files Browse the repository at this point in the history
Update PHPUnit Link
  • Loading branch information
dereuromark authored Mar 11, 2024
2 parents 5332640 + 24ee6da commit 04cabfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/appendices/phpunit10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ New event system
----------------

PHPUnit 10 removed the old hook system and introduced a new `Event system
<https://docs.phpunit.de/en/10.0/extending-phpunit.html#extending-the-test-runner>`_
<https://docs.phpunit.de/en/10.5/extending-phpunit.html#extending-the-test-runner>`_
which requires the following code in your ``phpunit.xml`` to be adjusted from::

<extensions>
Expand Down
2 changes: 1 addition & 1 deletion es/appendices/phpunit10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Nuevo sistema de eventos
------------------------

PHPUnit 10 eliminó el antiguo sistema de hook e introdujo un nuevo `Sistema de eventos
<https://docs.phpunit.de/en/10.0/extending-phpunit.html#extending-the-test-runner>`_
<https://docs.phpunit.de/en/10.5/extending-phpunit.html#extending-the-test-runner>`_
Lo que requiere que se ajuste el siguiente código en su ``phpunit.xml`` desde::

<extensions>
Expand Down

0 comments on commit 04cabfd

Please sign in to comment.