Tests pending pull requests
Build: #4093 failed
Job: Build and Test Job failed
Test results
- 4,069 tests in total
- 48 tests failed
- 48 failures are new
- 3 minutes taken in total.
Build 4,093 has the following 48 errors: 48 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #0
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #0 ('controller2', array(1, 2), true, false, 'http://localhost/app.php/foo/bar?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar?t=1&f=2'
+'http://localhost/foo/bar?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #1
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #1 ('controller2', array(1, 2), false, false, 'http://localhost/app.php/foo/bar?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar?t=1&f=2'
+'http://localhost/foo/bar?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #10
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #10 ('controller2', array(1, 2, 'anchor'), true, 'custom-sid', 'http://localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor'
+'http://localhost/foo/bar?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #11
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #11 ('controller2', array(1, 2, 'anchor'), false, 'custom-sid', 'http://localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor'
+'http://localhost/foo/bar?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #12
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #12 ('controller3', array(3, 1, 2, 'anchor'), true, 'custom-sid', 'http://localhost/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor'
+'http://localhost/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #13
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #13 ('controller2', array(), true, false, 'http://localhost/app.php/foo/bar', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar'
+'http://localhost/foo/bar'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #14
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #14 ('controller2', array(), false, false, 'http://localhost/app.php/foo/bar', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar'
+'http://localhost/foo/bar'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #15
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #15 ('controller3', array(3), true, false, 'http://localhost/app.php/foo/bar/p-3', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar/p-3'
+'http://localhost/foo/bar/p-3'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #2
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #2 ('controller3', array(3, 1, 2), true, false, 'http://localhost/app.php/foo/bar/p-3?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar/p-3?t=1&f=2'
+'http://localhost/foo/bar/p-3?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #3
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #3 ('controller3', array(3, 1, 2), false, false, 'http://localhost/app.php/foo/bar/p-3?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar/p-3?t=1&f=2'
+'http://localhost/foo/bar/p-3?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #4
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #4 ('controller2', array(1, 2), true, 'custom-sid', 'http://localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid'
+'http://localhost/foo/bar?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #5
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #5 ('controller2', array(1, 2), false, 'custom-sid', 'http://localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid'
+'http://localhost/foo/bar?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #6
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #6 ('controller3', array(3, 1, 2), true, 'custom-sid', 'http://localhost/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid'
+'http://localhost/foo/bar/p-3?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #7
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #7 ('controller2', array(1, 2, 'anchor'), true, false, 'http://localhost/app.php/foo/bar?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar?t=1&f=2#anchor'
+'http://localhost/foo/bar?t=1&f=2#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #8
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #8 ('controller2', array(1, 2, 'anchor'), false, false, 'http://localhost/app.php/foo/bar?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar?t=1&f=2#anchor'
+'http://localhost/foo/bar?t=1&f=2#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_absolute
test_helper_url_absolute with data set #9
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_absolute with data set #9 ('controller3', array(3, 1, 2, 'anchor'), true, false, 'http://localhost/app.php/foo/bar/p-3?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/app.php/foo/bar/p-3?t=1&f=2#anchor'
+'http://localhost/foo/bar/p-3?t=1&f=2#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #0
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #0 ('controller2', array(1, 2), true, false, '//localhost/app.php/foo/bar?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar?t=1&f=2'
+'//localhost/foo/bar?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #1
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #1 ('controller2', array(1, 2), false, false, '//localhost/app.php/foo/bar?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar?t=1&f=2'
+'//localhost/foo/bar?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #10
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #10 ('controller2', array(1, 2, 'anchor'), true, 'custom-sid', '//localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor'
+'//localhost/foo/bar?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #11
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #11 ('controller2', array(1, 2, 'anchor'), false, 'custom-sid', '//localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor'
+'//localhost/foo/bar?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #12
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #12 ('controller3', array(3, 1, 2, 'anchor'), true, 'custom-sid', '//localhost/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor'
+'//localhost/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #13
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #13 ('controller2', array(), true, false, '//localhost/app.php/foo/bar', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar'
+'//localhost/foo/bar'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #14
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #14 ('controller2', array(), false, false, '//localhost/app.php/foo/bar', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar'
+'//localhost/foo/bar'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #15
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #15 ('controller3', array(3), true, false, '//localhost/app.php/foo/bar/p-3', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar/p-3'
+'//localhost/foo/bar/p-3'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #2
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #2 ('controller3', array(3, 1, 2), true, false, '//localhost/app.php/foo/bar/p-3?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar/p-3?t=1&f=2'
+'//localhost/foo/bar/p-3?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #3
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #3 ('controller3', array(3, 1, 2), false, false, '//localhost/app.php/foo/bar/p-3?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar/p-3?t=1&f=2'
+'//localhost/foo/bar/p-3?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #4
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #4 ('controller2', array(1, 2), true, 'custom-sid', '//localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid'
+'//localhost/foo/bar?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #5
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #5 ('controller2', array(1, 2), false, 'custom-sid', '//localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar?t=1&f=2&sid=custom-sid'
+'//localhost/foo/bar?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #6
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #6 ('controller3', array(3, 1, 2), true, 'custom-sid', '//localhost/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid'
+'//localhost/foo/bar/p-3?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #7
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #7 ('controller2', array(1, 2, 'anchor'), true, false, '//localhost/app.php/foo/bar?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar?t=1&f=2#anchor'
+'//localhost/foo/bar?t=1&f=2#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #8
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #8 ('controller2', array(1, 2, 'anchor'), false, false, '//localhost/app.php/foo/bar?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar?t=1&f=2#anchor'
+'//localhost/foo/bar?t=1&f=2#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_network
test_helper_url_network with data set #9
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_network with data set #9 ('controller3', array(3, 1, 2, 'anchor'), true, false, '//localhost/app.php/foo/bar/p-3?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'//localhost/app.php/foo/bar/p-3?t=1&f=2#anchor'
+'//localhost/foo/bar/p-3?t=1&f=2#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #0
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #0 ('controller2', array(1, 2), true, false, '/app.php/foo/bar?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar?t=1&f=2'
+'/foo/bar?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #1
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #1 ('controller2', array(1, 2), false, false, '/app.php/foo/bar?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar?t=1&f=2'
+'/foo/bar?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #10
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #10 ('controller2', array(1, 2, 'anchor'), true, 'custom-sid', '/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor'
+'/foo/bar?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #11
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #11 ('controller2', array(1, 2, 'anchor'), false, 'custom-sid', '/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar?t=1&f=2&sid=custom-sid#anchor'
+'/foo/bar?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #12
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #12 ('controller3', array(3, 1, 2, 'anchor'), true, 'custom-sid', '/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor', 'anchor in params-argument (array) using session_id')
anchor in params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor'
+'/foo/bar/p-3?t=1&f=2&sid=custom-sid#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #13
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #13 ('controller2', array(), true, false, '/app.php/foo/bar', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar'
+'/foo/bar'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #14
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #14 ('controller2', array(), false, false, '/app.php/foo/bar', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar'
+'/foo/bar'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #15
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #15 ('controller3', array(3), true, false, '/app.php/foo/bar/p-3', 'no params using empty array')
no params using empty array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar/p-3'
+'/foo/bar/p-3'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #2
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #2 ('controller3', array(3, 1, 2), true, false, '/app.php/foo/bar/p-3?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar/p-3?t=1&f=2'
+'/foo/bar/p-3?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #3
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #3 ('controller3', array(3, 1, 2), false, false, '/app.php/foo/bar/p-3?t=1&f=2', 'parameters in params-argument as array')
parameters in params-argument as array
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar/p-3?t=1&f=2'
+'/foo/bar/p-3?t=1&f=2'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #4
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #4 ('controller2', array(1, 2), true, 'custom-sid', '/app.php/foo/bar?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar?t=1&f=2&sid=custom-sid'
+'/foo/bar?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #5
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #5 ('controller2', array(1, 2), false, 'custom-sid', '/app.php/foo/bar?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar?t=1&f=2&sid=custom-sid'
+'/foo/bar?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #6
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #6 ('controller3', array(3, 1, 2), true, 'custom-sid', '/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid', 'params-argument (array) using session_id')
params-argument (array) using session_id
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar/p-3?t=1&f=2&sid=custom-sid'
+'/foo/bar/p-3?t=1&f=2&sid=custom-sid'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #7
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #7 ('controller2', array(1, 2, 'anchor'), true, false, '/app.php/foo/bar?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar?t=1&f=2#anchor'
+'/foo/bar?t=1&f=2#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #8
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #8 ('controller2', array(1, 2, 'anchor'), false, false, '/app.php/foo/bar?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar?t=1&f=2#anchor'
+'/foo/bar?t=1&f=2#anchor'
(2 more lines...)
|
|||
| Collapse |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite
test_helper_url_no_rewrite with data set #9
|
< 1 sec | |
phpbb_controller_helper_slash_test::test_helper_url_no_rewrite with data set #9 ('controller3', array(3, 1, 2, 'anchor'), true, false, '/app.php/foo/bar/p-3?t=1&f=2#anchor', 'anchor in params-argument (array)')
anchor in params-argument (array)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'/app.php/foo/bar/p-3?t=1&f=2#anchor'
+'/foo/bar/p-3?t=1&f=2#anchor'
(2 more lines...)
|
|||

