8000 [ProxyManagerBridge] relax fixture in tests · lucasaba/symfony@4704137 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4704137

Browse files
[ProxyManagerBridge] relax fixture in tests
1 parent faead95 commit 4704137

File tree

1 file changed

+2
-3
lines changed
  • src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/Fixtures

1 file changed

+2
-3
lines changed

src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/Fixtures/proxy-implem.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function & __get($name)
7676

7777
$targetObject = $this->valueHolder%s;
7878

79-
$backtrace = debug_backtrace(false);
79+
$backtrace = debug_backtrace(false%S);
8080
trigger_error(
8181
sprintf(
8282
'Undefined property: %s::$%s in %s on line %s',
@@ -114,8 +114,7 @@ public function __unset($name)
114114

115115
$targetObject = $this->valueHolder%s;
116116

117-
unset($targetObject->$name);
118-
return;
117+
unset($targetObject->$name);%S
119118
}
120119

121120
public function __clone()

0 commit comments

Comments
 (0)
0