let DEV_2 be trunk
[m6w6/ext-http] / tests / phpunit.phpt
1 --TEST--
2 unit tests
3 --SKIPIF--
4 <?php
5 include "skipif.inc";
6 if (!@include_once "PHPUnit/Autoload.php") die("skip need PHPUnit in include_path");
7 ?>
8 --INI--
9 date.timezone=Europe/Vienna
10 --FILE--
11 <?php
12 require_once "PHPUnit/Autoload.php";
13 $c = new PHPUnit_TextUI_Command;
14 $c->run(array("--process-isolation", __DIR__."/../phpunit/"));
15 ?>
16 --EXPECTF--
17 PHPUnit %s by Sebastian Bergmann.
18
19 %a
20
21 Time: %s, Memory: %s
22
23 OK (%d tests, %d assertions)
24