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 b44731c commit 0c9272cCopy full SHA for 0c9272c
Tests/Dumper/ContextualizedDumperTest.php
@@ -11,6 +11,7 @@
11
12
namespace Symfony\Component\VarDumper\Tests\Dumper;
13
14
+use PHPUnit\Framework\Attributes\BackupGlobals;
15
use PHPUnit\Framework\TestCase;
16
use Symfony\Component\VarDumper\Cloner\VarCloner;
17
use Symfony\Component\VarDumper\Dumper\CliDumper;
@@ -19,9 +20,8 @@
19
20
21
/**
22
* @author Kévin Thérage <[email protected]>
- *
23
- * @backupGlobals
24
*/
+#[BackupGlobals(true)]
25
class ContextualizedDumperTest extends TestCase
26
{
27
public function testContextualizedCliDumper()
0 commit comments