1--TEST--
2phpunit -c ../_files/DataProviderIssue2859/phpunit.xml
3--FILE--
4<?php
5$_SERVER['argv'][1] = '-c';
6$_SERVER['argv'][2] = __DIR__ . '/../_files/DataProviderIssue2859/phpunit.xml';
7
8require __DIR__ . '/../bootstrap.php';
9PHPUnit_TextUI_Command::main();
10--EXPECTF--
11PHPUnit %s by Sebastian Bergmann and contributors.
12
13.                                                                   1 / 1 (100%)
14
15Time: %s, Memory: %s
16
17OK (1 test, 1 assertion)
18