PHP Classes

File: vendor/phpunit/phpunit/tests/TextUI/phpt-stderr.phpt

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/phpunit/tests/TextUI/phpt-stderr.phpt   Download  
File: vendor/phpunit/phpunit/tests/TextUI/phpt-stderr.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months ago
Size: 245 bytes
 

Contents

Class file image Download
--TEST-- GH-1169: PHPT runner doesn't look at STDERR. --FILE-- <?php $stderr = fopen('php://stderr', 'w'); fwrite($stderr, 'PHPUnit must look at STDERR when running PHPT tests.'); --EXPECTF-- PHPUnit must look at STDERR when running PHPT tests.