-
Bug
-
Resolution: Invalid
-
Major
-
3.0.11
-
None
-
None
-
mysql-5.6.11-winx64
PHPUnit 3.7.19 by Sebastian Bergmann.
|
|
Configuration read from /var/www/projects/phpbb3/phpunit.xml.dist
|
|
.........................................................F... 61 / 1187 ( 5%)
|
............................................................. 122 / 1187 ( 10%)
|
............................................................. 183 / 1187 ( 15%)
|
............................................................. 244 / 1187 ( 20%)
|
............................................................. 305 / 1187 ( 25%)
|
............................................................. 366 / 1187 ( 30%)
|
............................................................. 427 / 1187 ( 35%)
|
............................................................. 488 / 1187 ( 41%)
|
............................................................. 549 / 1187 ( 46%)
|
............................................................. 610 / 1187 ( 51%)
|
............................................................. 671 / 1187 ( 56%)
|
............................................................. 732 / 1187 ( 61%)
|
............................................................. 793 / 1187 ( 66%)
|
............................................................. 854 / 1187 ( 71%)
|
............................................................. 915 / 1187 ( 77%)
|
............................................................. 976 / 1187 ( 82%)
|
............................................................. 1037 / 1187 ( 87%)
|
............................................................. 1098 / 1187 ( 92%)
|
................................
|
|
Time: 09:04, Memory: 31.00Mb
|
|
There was 1 failure:
|
|
1) phpbb_dbal_order_lower_test::test_cross_join
|
Failed asserting that two arrays are equal.
|
--- Expected
|
+++ Actual
|
@@ @@
|
Array (
|
0 => Array (...)
|
1 => Array (
|
- 'style_id' => 3
|
- 'style_name' => 'Prosilver1'
|
+ 'style_id' => '2'
|
+ 'style_name' => 'prosilver2'
|
'style_copyright' => '© phpBB Group'
|
- 'style_active' => 0
|
- 'template_id' => 3
|
- 'theme_id' => 3
|
- 'imageset_id' => 3
|
+ 'style_active' => '0'
|
+ 'template_id' => '2'
|
+ 'theme_id' => '2'
|
+ 'imageset_id' => '2'
|
)
|
2 => Array (
|
- 'style_id' => 2
|
- 'style_name' => 'prosilver2'
|
+ 'style_id' => '3'
|
+ 'style_name' => 'Prosilver1'
|
'style_copyright' => '© phpBB Group'
|
- 'style_active' => 0
|
- 'template_id' => 2
|
- 'theme_id' => 2
|
- 'imageset_id' => 2
|
+ 'style_active' => '0'
|
+ 'template_id' => '3'
|
+ 'theme_id' => '3'
|
+ 'imageset_id' => '3'
|
)
|
)
|
|
/var/www/projects/phpbb3/phpBB/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php:170
|
/var/www/projects/phpbb3/tests/dbal/order_lower_test.php:60
|
/var/www/projects/phpbb3/phpBB/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php:648
|
/var/www/projects/phpbb3/phpBB/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:775
|
/var/www/projects/phpbb3/phpBB/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:745
|
/var/www/projects/phpbb3/phpBB/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:705
|
/var/www/projects/phpbb3/phpBB/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:705
|
/var/www/projects/phpbb3/phpBB/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php:349
|
|
FAILURES!
|
Tests: 1130, Assertions: 10992, Failures: 1.
|
- is related to
-
PHPBB-11575 phpbb_dbal_order_lower_test::test_cross_join should be called test_order_lower
- Closed