Skip to content

Commit 14fac3d

Browse files
author
Andi Gutmans
committed
- One more test fix
1 parent 14e5475 commit 14fac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/classes/interface_must_be_implemented.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ZE2 An interface must be implemented
66
<?php
77

88
interface if_a {
9-
abstract function f_a();
9+
function f_a();
1010
}
1111

1212
class derived_a implements if_a {

0 commit comments

Comments
 (0)