6320f61ba1811b90e110ea7dece31dcfdccfd01c
[m6w6/ext-http] / tests / phpunit.phpt
1 --TEST--
2 unit tests
3 --SKIPIF--
4 <?php
5 @include_once "PHPUnit/Autoload.php" or die("skip need PHPUnit in include_path");
6 ?>
7 --FILE--
8 <?php
9 require_once "PHPUnit/Autoload.php";
10 (new PHPUnit_TextUI_Command)->run([null, __DIR__."/../phpunit"]);
11 ?>
12 --EXPECTF--
13 PHPUnit %s by Sebastian Bergmann.
14
15 %a
16
17 Time: %s, Memory: %s
18
19 OK (%d tests, %d assertions)
20