PHP Classes

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

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/phpunit/phpunit/tests/TextUI/phpt-stderr.phpt   Download  
File: Library/vendor/phpunit/phpunit/tests/TextUI/phpt-stderr.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years 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.