]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Tests/TextUI/concrete-test-class.phpt
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Tests / TextUI / concrete-test-class.phpt
1 --TEST--
2 phpunit ConcreteTest ../_files/ConcreteTest.php
3 --FILE--
4 <?php
5 $_SERVER['argv'][1] = 'ConcreteTest';
6 $_SERVER['argv'][2] = dirname(dirname(__FILE__)) . '/_files/ConcreteTest.php';
7
8 require_once dirname(dirname(dirname(__FILE__))) . '/TextUI/Command.php';
9 PHPUnit_TextUI_Command::main();
10 ?>
11 --EXPECTF--
12 PHPUnit %s by Sebastian Bergmann.
13
14 ..
15
16 Time: %i seconds
17
18 OK (2 tests, 0 assertions)
19