8000 Minor syntax issue · symfony/symfony-docs@c13d6ee · GitHub
[go: up one dir, main page]

Skip to content

Commit c13d6ee

Browse files
committed
Minor syntax issue
1 parent afe6ef8 commit c13d6ee

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
@@ -414,7 +414,7 @@ PHPUnit to remove the return type (introduced in PHPUnit 8) from ``setUp()``,
414414
``tearDown()``, ``setUpBeforeClass()`` and ``tearDownAfterClass()`` methods.
415415
This allows you to write a test compatible with both PHP 5 and PHPUnit 8.
416416

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

0 commit comments

Comments
 (0)
0