Skip to content

Commit 26b31ac

Browse files
committed
Import use statement for used trait
1 parent 555ddff commit 26b31ac

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)