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