mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
ded3d984c6
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
14 lines
170 B
PHP
14 lines
170 B
PHP
--TEST--
|
|
Test for abstract static classes
|
|
--FILE--
|
|
<?php
|
|
abstract class TestClass
|
|
{
|
|
abstract static public function getName();
|
|
}
|
|
?>
|
|
===DONE===
|
|
--EXPECT--
|
|
|
|
===DONE===
|