File tree Expand file tree Collapse file tree 5 files changed +583
-695
lines changed Expand file tree Collapse file tree 5 files changed +583
-695
lines changed Original file line number Diff line number Diff line change @@ -101,3 +101,4 @@ whitelist:
101
101
- ' provides a ``loginUser()`` method to simulate logging in in your functional'
102
102
- ' .. code-block:: twig'
103
103
- ' .. versionadded:: 3.6' # MonologBundle
104
+ - ' End to End Tests (E2E)'
Original file line number Diff line number Diff line change @@ -400,8 +400,8 @@ Smoke Test your URLs
400
400
401
401
In software engineering, `smoke testing `_ consists of *"preliminary testing to
402
402
reveal simple failures severe enough to reject a prospective software release" *.
403
- Using :ref: `PHPUnit data providers < testing-data-providers >` you can define a
404
- functional test that checks that all application URLs load successfully::
403
+ Using `PHPUnit data providers `_ you can define a functional test that
404
+ checks that all application URLs load successfully::
405
405
406
406
// tests/ApplicationAvailabilityFunctionalTest.php
407
407
namespace App\Tests;
@@ -455,3 +455,4 @@ you must set up a redirection.
455
455
.. _`feature toggles` : https://en.wikipedia.org/wiki/Feature_toggle
456
456
.. _`smoke testing` : https://en.wikipedia.org/wiki/Smoke_testing_(software)
457
457
.. _`Webpack` : https://webpack.js.org/
458
+ .. _`PHPUnit data providers` : https://phpunit.readthedocs.io/en/stable/writing-tests-for-phpunit.html#data-providers
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ variable exists and will be available in your form themes::
121
121
122
122
.. tip ::
123
123
124
- Use :ref: `PHPUnit data providers < testing-data-providers >` to test multiple
125
- form conditions using the same test code.
124
+ Use `PHPUnit data providers `_ to test multiple form conditions using
125
+ the same test code.
126
126
127
127
.. caution ::
128
128
@@ -242,3 +242,5 @@ guessers using the :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestC
242
242
:method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypeExtensions `
243
243
and :method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypeGuessers `
244
244
methods.
245
+
246
+ .. _`PHPUnit data providers` : https://phpunit.readthedocs.io/en/stable/writing-tests-for-phpunit.html#data-providers
You can’t perform that action at this time.
0 commit comments