Skip to content

Commit 24f515c

Browse files
committed
Merge branch '4.4'
* 4.4: Minor syntax issue
2 parents d6067c7 + c13d6ee commit 24f515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ PHPUnit to remove the return type (introduced in PHPUnit 8) from ``setUp()``,
402402
``tearDown()``, ``setUpBeforeClass()`` and ``tearDownAfterClass()`` methods.
403403
This allows you to write a test compatible with both PHP 5 and PHPUnit 8.
404404

405-
Alternatively, you can use the trait :class:`Symfony\Bridge\PhpUnit\SetUpTearDownTrait`,
405+
Alternatively, you can use the trait :class:`Symfony\\Bridge\\PhpUnit\\SetUpTearDownTrait`,
406406
which provides the right signature for the ``setUp()``, ``tearDown()``,
407407
``setUpBeforeClass()`` and ``tearDownAfterClass()`` methods and delegates the
408408
call to the ``doSetUp()``, ``doTearDown()``, ``doSetUpBeforeClass()`` and

0 commit comments

Comments
 (0)