make test TESTS=diretorio/ Testando make test TESTS=diretorio/*.phpt make test TESTS=diretorio/nome.phpt Teoricamente .zip do PHP win roda os testes com o php.exe nmake test
--TEST-- Testing wrong param passing imagefilledellipse() of GD library --CREDITS-- Ivan Rosolen #phpsptestfest PHPSP on 2010-05-29 --SKIPIF-- if (!extension_loaded("gd")) die("skip GD not present"); ?> --FILE-- // Create a image $image = imagecreatetruecolor(400, 300); // choose a color for the ellipse $ellipse = imagecolorallocate($image, 255, 255, 255); // draw the white ellipse imagefilledellipse( 'wrong param', 200, 150, 300, 200, $ellipse); ?> --EXPECTF-- Warning: imagefilledellipse() expects parameter 1 to be resource, %s given in %s on line %d
http://gcov.php.net http://qa.php.net/write-test.php Links https://wiki.php.net/qa/testfest-2010/windows-test-environment Para Windows ( não testei muito ainda ) http://pastebin.com/PPBr05kQ http://pastebin.com/CxFtXUwS http://php.net/mailing-lists.php