This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Runtime/Tests/phpt/kernel-loop.phpt

17 lines
202 B
PHP

--TEST--
Test HttpKernelInterface
--INI--
display_errors=1
--FILE--
<?php
$_SERVER['SCRIPT_FILENAME'] = null;
require __DIR__.'/kernel-loop.php';
?>
--EXPECTF--
OK Kernel foo_bar
OK Kernel foo_bar
0