Tests pending pull requests
Build: #4761 failed
Job: Build and Test Job failed
double and with not of and: Test case result
The below summarizes the result of the test " double and with not of and" in build 4,761 of phpBB3 - Pull Requests - Build and Test Job.
- Description
- double and with not of and
- Test class
- phpbb_boolean_processor_test
- Method
- test_double_and_with_not_of_and
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
phpbb_boolean_processor_test::test_double_and_with_not_of_and 'SELECT u.user_id FROM phpbb_users u CROSS JOIN phpbb_user_group ug WHERE NOT ( ( ug.group_id = 1 AND ug.group_id = 2) ) AND u.user_id = ug.user_id ORDER BY u.user_id' SQLite3Result::__set_state(array( )) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( 0 => Array ( - 'user_id' => '6' + 'user_id' => 1 ) + 1 => Array (...) + 2 => Array (...) + 3 => Array (...) + 4 => Array (...) ) /home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/dbal/boolean_processor_test.php:257