1--TEST--
2GH-2972: Test suite shouldn't fail when it contains both *.phpt files and unconventionally named tests
3--FILE--
4<?php
5$_SERVER['argv'][1] = '--no-configuration';
6$_SERVER['argv'][2] = __DIR__ . '/2972/';
7
8require __DIR__ . '/../../bootstrap.php';
9PHPUnit_TextUI_Command::main();
10?>
11--EXPECTF--
12PHPUnit %s by Sebastian Bergmann and contributors.
13
14..                                                                  2 / 2 (100%)
15
16Time: %s, Memory: %s
17
18OK (2 tests, 2 assertions)
19