afischer@miraculix:/var/www/projects/phpbb3/tests$ phpunit all_tests.php PHPUnit 3.4.11 by Sebastian Bergmann. ............................................................ 60 / 687 ............................................................ 120 / 687 IIIIIIIIIII................................................. 180 / 687 ............................................................ 240 / 687 ............................................................ 300 / 687 ............................................................ 360 / 687 ............................................................ 420 / 687 ............................................................ 480 / 687 ............................................................ 540 / 687 ............................................................ 600 / 687 ............................................................ 660 / 687 .........................FF Time: 17 seconds, Memory: 14.25Mb There were 2 failures: 1) phpbb_dbal_test::test_update with data set #0 (array('20', 0), ' WHERE config_name = \'batch one\'', array(array('batch one', '20', 0), array('batch two', 'b2', 1))) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( [0] => Array ( - [config_name] => batch one - [config_value] => 20 - [is_dynamic] => 0 + [config_name] => batch two + [config_value] => b2 + [is_dynamic] => 1 ) [1] => Array ( - [config_name] => batch two - [config_value] => b2 - [is_dynamic] => 1 + [config_name] => batch one + [config_value] => 20 + [is_dynamic] => 0 ) ) 2) phpbb_dbal_test::test_update with data set #1 (array('0', 1), '', array(array('batch one', '0', 1), array('batch two', '0', 1))) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( [0] => Array ( - [config_name] => batch one + [config_name] => batch two @@ @@ ( - [config_name] => batch two + [config_name] => batch one [config_value] => 0 [is_dynamic] => 1 ) ) FAILURES! Tests: 687, Assertions: 877, Failures: 2, Incomplete: 11.