10000 minor #11575 Import use statement for used trait (OskarStark) · symfony/symfony-docs@aab5280 · GitHub
[go: up one dir, main page]

Skip to content

Commit aab5280

Browse files
committed
minor #11575 Import use statement for used trait (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Import use statement for used trait Refs #11554 Commits ------- 26b31ac Import use statement for used trait
2 parents 23f6fbb + 26b31ac commit aab5280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/var_dumper.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@ This will provide you with two new assertions:
142142
Example::
143143

144144
use PHPUnit\Framework\TestCase;
145+
use Symfony\Component\VarDumper\Test\VarDumperTestTrait;
145146

146147
class ExampleTest extends TestCase
147148
{
148-
use \Symfony\Component\VarDumper\Test\VarDumperTestTrait;
149+
use VarDumperTestTrait;
149150

150151
public function testWithDumpEquals()
151152
{

0 commit comments

Comments
 (0)
0