Skip to content

Commit 0b2fe40

Browse files
committed
Drop dead ENABLE_TEST_CLASS check
1 parent 7d794c0 commit 0b2fe40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/standard/basic_functions.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,6 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
298298

299299
assertion_error_ce = register_class_AssertionError(zend_ce_error);
300300

301-
#ifdef ENABLE_TEST_CLASS
302-
test_class_startup();
303-
#endif
304-
305301
register_phpinfo_constants(INIT_FUNC_ARGS_PASSTHRU);
306302
register_html_constants(INIT_FUNC_ARGS_PASSTHRU);
307303

0 commit comments

Comments
 (0)