Skip to content

Commit 108faa9

Browse files
committed
test: removed redundant test
1 parent c9f5702 commit 108faa9

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

ext/reflection/tests/ReflectionClass_getProperty_case_preservation.phpt

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/classes/autoload_016.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ $rc->getProperty("UndefC::p");
1616
}
1717
?>
1818
--EXPECT--
19-
In autoload: string(6) "undefc"
20-
Class "undefc" does not exist
19+
In autoload: string(6) "UndefC"
20+
Class "UndefC" does not exist

0 commit comments

Comments
 (0)