Hi all,

please take care if you write test cases.

Tests for PHP5/ZE2 only are also in the PHP4 branch, but some of them have
no SKIPIF for versions < 5.0.0, please use version_compare() to skip these
tests for lower versions. Same problem with tests for changed functions (for
instance range()). This test failed for 4.3.1-dev, because PHP < 5 doesn't
know the third parameter. Please don't mix tests across the versions, write
a new test with version check for a new parameter/feature.

In addition to my yesterday's mail I've found a new broken test:
tests/lang/bug21961.phpt

Thanks, Kai



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to