Skip to content

Instantly share code, notes, and snippets.

@vboctor
Created May 4, 2013 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vboctor/0ae5d68ec3593f3c89e2 to your computer and use it in GitHub Desktop.
Save vboctor/0ae5d68ec3593f3c89e2 to your computer and use it in GitHub Desktop.
Unit test failures for MantisBT
PHPUnit 3.6.10 by Sebastian Bergmann.
..............................................S.SS............. 63 / 116 ( 54%)
.S......SSSS......S....F.SS...............FF.........
Time: 31 seconds, Memory: 15.75Mb
There were 3 failures:
1) AttachmentTest::testAttachmentIsAdded
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://localhost/mantisbt/file_download.php?file_id=1&type=bug'
+'http://localhost/mantisbt/file_download.php?file_id=1&type=bug'
/var/www/mantisbt/tests/soap/AttachmentTest.php:76
2) VersionTest::testAddVersion
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'2015-10-29T12:59:14+00:00'
+'2015-10-29T05:59:14-07:00'
/var/www/mantisbt/tests/soap/VersionTest.php:68
3) VersionTest::testUpdateVersion
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'2015-10-29T12:59:14+00:00'
+'2015-10-29T05:59:14-07:00'
/var/www/mantisbt/tests/soap/VersionTest.php:98
FAILURES!
Tests: 116, Assertions: 343, Failures: 3, Skipped: 11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment