Skip to content

Commit fb0ced9

Browse files
committedJul 25, 2024
Test cleanup
1 parent 8f37317 commit fb0ced9

File tree

100 files changed

+219
-219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+219
-219
lines changed
 

‎Zend/tests/lazy_objects/clone_calls___clone_once.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $obj = $reflector->newLazyProxy(function ($obj) {
4040
return new C();
4141
});
4242

43-
test('Virtual', $obj);
43+
test('Proxy', $obj);
4444

4545
--EXPECTF--
4646
# Ghost:
@@ -56,7 +56,7 @@ object(C)#%d (1) {
5656
["a"]=>
5757
int(1)
5858
}
59-
# Virtual:
59+
# Proxy:
6060
string(11) "initializer"
6161
string(5) "clone"
6262
bool(false)

‎Zend/tests/lazy_objects/clone_initialized.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $obj = $reflector->newLazyProxy(function ($obj) {
3838
return new C();
3939
});
4040

41-
test('Virtual', $obj);
41+
test('Proxy', $obj);
4242

4343
--EXPECTF--
4444
# Ghost:
@@ -53,7 +53,7 @@ object(C)#%d (1) {
5353
["a"]=>
5454
int(1)
5555
}
56-
# Virtual:
56+
# Proxy:
5757
string(11) "initializer"
5858
bool(false)
5959
lazy proxy object(C)#%d (1) {

0 commit comments

Comments
 (0)