ZF-9303: Zend_Validate_File_CountTest::testBasic() is failing
Description
C:\Server\workspace\ZendFramework\tests>phpunit Zend_Validate_File_CountTest
PHPUnit 3.4.10 by Sebastian Bergmann.
F....
Time: 0 seconds, Memory: 4.00Mb
There was 1 failure:
1) Zend_Validate_File_CountTest::testBasic
Tested with array (
0 =>
array (
'min' => 0,
'max' => 3,
),
1 => true,
2 => true,
3 => true,
4 => false,
)
Failed asserting that matches expected .
C:\Server\workspace\ZendFramework\tests\Zend\Validate\File\CountTest.php:95
FAILURES!
Tests: 5, Assertions: 18, Failures: 1.
Environment * Windows Vista SP2 * PHP 5.2.10 * Zend Framework 1.11.0dev (trunk)
Comments
Posted by Thomas Weidner (thomas) on 2010-03-04T12:48:15.000+0000
Fixed with r21326