8000 minor #10930 Fixed the "learn more" section of Testing article (javie… · jljohnstone/symfony-docs@f01717d · GitHub
[go: up one dir, main page]

Skip to content

Commit f01717d

Browse files
committed
minor symfony#10930 Fixed the "learn more" section of Testing article (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes symfony#10930). Discussion ---------- Fixed the "learn more" section of Testing article Reported by @jmsche in Symfony's Slack. This is how it looks before this fix: ![testing-error](https://user-images.githubusercontent.com/73419/51758071-269d4d00-20c5-11e9-9439-096c89083fd4.png) Commits ------- e70893a Fixed the \"learn more\" section of Testing article
2 parents 7778424 + e70893a commit f01717d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

testing.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -973,11 +973,9 @@ Learn more
973973
:glob:
974974

975975
testing/*
976-
977-
* :ref:`Testing a console command <console-testing-commands>`
978-
* :doc:`The chapter about tests in the Symfony Framework Best Practices </best_practices/tests>`
979-
* :doc:`/components/dom_crawler`
980-
* :doc:`/components/css_selector`
976+
/best_practices/tests
977+
/components/dom_crawler
978+
/components/css_selector
981979

982980
.. _`PHPUnit`: https://phpunit.de/
983981
.. _`documentation`: https://phpunit.readthedocs.io/

0 commit comments

Comments
 (0)
0