Skip to content

Commit bc47322

Browse files
committed
Adjust some test names, remove obsolete and duplicate tests (nikic)
1 parent 115c5ec commit bc47322

File tree

4 files changed

+2
-39
lines changed

4 files changed

+2
-39
lines changed

Zend/tests/use_const/conflicting_use_alias.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
use and use function with the same alias
2+
use and use const with the same alias
33
--FILE--
44
<?php
55

Zend/tests/use_const/function_and_cons.phpt

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

Zend/tests/use_const/shadow_core_null.phpt

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

Zend/tests/use_function/conflicting_use_const_alias.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
use and use function with the same alias
2+
use const and use function with the same alias
33
--FILE--
44
<?php
55

0 commit comments

Comments
 (0)