PHP Classes

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

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/phpunit/tests/_files/phpt-xfail.phpt   Download  
File: vendor/phpunit/phpunit/tests/_files/phpt-xfail.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: 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