Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/TextUI/
Upload File :
Current File : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/TextUI/phpt-stdin.phpt

--TEST--
PHPT runner supports STDIN section
--STDIN--
Hello World
--FILE--
<?php
$input = \file_get_contents('php://stdin');
print $input;
?>
--EXPECT--
Hello World