On Thu, 9 Aug 2001, Gary Benson wrote:

> | skip !&ExtModules::TestEnv::has_php4, GET_BODY("/php/add.php") eq '6';

that only skips one test in a test file, so if you plan 60 php tests in a
single file, you have to test that condition 60 times.  not good.
Apache::Test::plan lets you skip every test in a file in one shot.

Reply via email to