fix memset arg order
[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 --FILE--
9 <?php
10 require_once "PHPUnit/Autoload.php";
11 $c = new PHPUnit_TextUI_Command;
12 $c->run(array("--process-isolation", __DIR__."/../phpunit/"));
13 ?>
14 --EXPECTF--
15 PHPUnit %s by Sebastian Bergmann.
16
17 %a
18
19 Time: %s, Memory: %s
20
21 OK (%d tests, %d assertions)
22