1--TEST--
2PHPT runner supports XFAIL section
3--FILE--
4<?php
5$_SERVER['argv'][1] = '--no-configuration';
6$_SERVER['argv'][2] = __DIR__ . '/../_files/phpt-xfail.phpt';
7
8require __DIR__ . '/../bootstrap.php';
9PHPUnit_TextUI_Command::main();
10--EXPECTF--
11PHPUnit %s by Sebastian Bergmann and contributors.
12
13I                                                                   1 / 1 (100%)
14
15Time: %s, Memory: %s
16
17OK, but incomplete, skipped, or risky tests!
18Tests: 1, Assertions: 1, Incomplete: 1.