We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555ddff commit 26b31acCopy full SHA for 26b31ac
components/var_dumper.rst
@@ -142,10 +142,11 @@ This will provide you with two new assertions:
142
Example::
143
144
use PHPUnit\Framework\TestCase;
145
+ use Symfony\Component\VarDumper\Test\VarDumperTestTrait;
146
147
class ExampleTest extends TestCase
148
{
- use \Symfony\Component\VarDumper\Test\VarDumperTestTrait;
149
+ use VarDumperTestTrait;
150
151
public function testWithDumpEquals()
152
0 commit comments