1--TEST--
2GH-1265: Could not use "PHPUnit_Runner_StandardTestSuiteLoader" as loader
3--FILE--
4<?php
5
6$_SERVER['argv'][1] = '--configuration';
7$_SERVER['argv'][2] = __DIR__ . '/1265/phpunit1265.xml';
8$_SERVER['argv'][3] = 'Issue1265Test';
9$_SERVER['argv'][4] = __DIR__ . '/1265/Issue1265Test.php';
10
11require __DIR__ . '/../../bootstrap.php';
12PHPUnit_TextUI_Command::main();
13?>
14--EXPECTF--
15PHPUnit %s by Sebastian Bergmann and contributors.
16
17.                                                                   1 / 1 (100%)
18
19Time: %s, Memory: %s
20
21OK (1 test, 1 assertion)
22