1--TEST--
2#783: Tests getting executed twice when using multiple groups
3--FILE--
4<?php
5$_SERVER['argv'][1] = '--no-configuration';
6$_SERVER['argv'][2] = '--group';
7$_SERVER['argv'][3] = 'foo,bar';
8$_SERVER['argv'][4] = 'ParentSuite';
9$_SERVER['argv'][5] = __DIR__ . '/783/ParentSuite.php';
10
11require __DIR__ . '/../../bootstrap.php';
12PHPUnit_TextUI_Command::main();
13?>
14--EXPECTF--
15PHPUnit %s by Sebastian Bergmann and contributors.
16
17..                                                                  2 / 2 (100%)
18
19Time: %s, Memory: %s
20
21OK (2 tests, 0 assertions)
22