Tests pending pull requests
Build: #10306 failed
Job: Build and Test Job failed
Test results
- 7,430 tests in total
- 6 tests failed
- 6 failures are new
- 270 tests were skipped
- 3 minutes taken in total.
Build 10,306 has the following 6 errors: 6 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
phpbb_functions_content_get_context_test
test_get_context with data set "desired length equal to text length"
|
< 1 sec | |
phpbb_functions_content_get_context_test::test_get_context with data set "desired length equal to text length" ('Exact length text.', array('Exact', 'text'), 18, 'Exact length text.') Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'Exact length text.' +'Exact length ...' (2 more lines...) |
|||
Collapse |
phpbb_functions_content_get_context_test
test_get_context with data set "negative length"
|
< 1 sec | |
phpbb_functions_content_get_context_test::test_get_context with data set "negative length" ('This is a sample text.', array('sample'), -10, '...') Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'...' +'... ...' (2 more lines...) |
|||
Collapse |
phpbb_functions_content_get_context_test
test_get_context with data set "text contains words and length greater than text"
|
< 1 sec | |
phpbb_functions_content_get_context_test::test_get_context with data set "text contains words and length greater than text" ('This is a sample text contain...words.', array('sample', 'words'), 100, 'This is a sample text contain...words.') Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'This is a sample text containing several words, including sample, text, and words.' +'This is a sample text containing several words, including sample, text, and ...' (2 more lines...) |
|||
Collapse |
phpbb_functions_content_get_context_test
test_get_context with data set "text contains words and length less than text"
|
< 1 sec | |
phpbb_functions_content_get_context_test::test_get_context with data set "text contains words and length less than text" ('This is a sample text contain...words.', array('sample', 'words'), 50, 'This is a sample text contain...ds ...') Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'This is a sample text containing several words ...' +'This is a sample text containing several ...' (2 more lines...) |
|||
Collapse |
phpbb_functions_content_get_context_test
test_get_context with data set "text with multiple spaces and special characters"
|
< 1 sec | |
phpbb_functions_content_get_context_test::test_get_context with data set "text with multiple spaces and special characters" ('This is a sample te...words.', array('sample', 'several'), 50, 'This is a sample text contain...ds ...') Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'This is a sample text containing several words ...' +'This is a sample text containing several ...' (2 more lines...) |
|||
Collapse |
phpbb_functions_content_get_context_test
test_get_context with data set "zero length"
|
< 1 sec | |
phpbb_functions_content_get_context_test::test_get_context with data set "zero length" ('This is a sample text.', array('sample'), 0, '...') Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'...' +'... ...' (2 more lines...) |