PHP Classes

File: libraries/vendor/phpunit/phpunit/tests/_files/phpt-xfail.phpt

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/phpunit/phpunit/tests/_files/phpt-xfail.phpt   Download  
File: libraries/vendor/phpunit/phpunit/tests/_files/phpt-xfail.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 186 bytes
 

Contents

Class file image Download
--TEST-- PHPT runner supports XFAIL section --FILE-- <?php {syntaxError} echo "Should not see this"; ?> --XFAIL-- Syntax Error in PHPT is supposed to fail --EXPECT-- Should not see this