From 19d573a5a57fec642925c01720d6005dd7423492 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Wed, 22 May 2024 11:43:03 +0200 Subject: [PATCH] [VarExporter] Fix test expectation --- src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php b/src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php index 6cc0dd7d8c498..c97bd75efdf43 100644 --- a/src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php +++ b/src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php @@ -37,7 +37,7 @@ public static function provideExportSignature() $expected = str_replace(['.', ' . . . ', '\'$a\', \'$a\n\', "\$a\n"'], [' . ', '...', '\'$a\', "\$a\\\n", "\$a\n"'], $expected); $expected = str_replace('Bar', '\\'.Bar::class, $expected); $expected = str_replace('self', '\\'.TestForProxyHelper::class, $expected); - $expected = str_replace('= [namespace\\M_PI, new M_PI]', '= [\M_PI, new \Symfony\Component\VarExporter\Tests\M_PI()]', $expected); + $expected = str_replace('= [namespace\M_PI, new M_PI()]', '= [\M_PI, new \Symfony\Component\VarExporter\Tests\M_PI()]', $expected); yield [$expected, $method]; } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy