Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. PHPUnit 3.3.4 by Sebastian Bergmann.
  2.  
  3. ............................................................ 60 / 573
  4. ..........FFF............................................... 120 / 573
  5. ............................................................ 180 / 573
  6. ............................................................ 240 / 573
  7. ............................................................ 300 / 573
  8. ............................................................ 360 / 573
  9. ............................................................ 420 / 573
  10. ............................................................ 480 / 573
  11. ............................................................ 540 / 573
  12. .................................
  13.  
  14. Time: 0 seconds
  15.  
  16. There were 3 failures:
  17.  
  18. 1) test_template(phpbb_template_template_test) with data set #6 ('loop_vars.html', array(), array(array(array('x'))), 'first
  19. 0
  20. 0
  21. 1
  22. x
  23. last')
  24. Testing loop_vars.html
  25. Failed asserting that two strings are equal.
  26. --- Expected
  27. +++ Actual
  28. @@ -1,6 +1,5 @@
  29. first
  30. 0
  31. 0
  32. -1
  33. x
  34. last
  35. \ Kein Zeilenumbruch am Dateiende.
  36.  
  37.  
  38. 2) test_template(phpbb_template_template_test) with data set #7 ('loop_vars.html', array(), array(array(array('x'), array('y'))), 'first
  39. 0
  40. 0
  41. 2
  42. x
  43. 1
  44. 1
  45. 2
  46. y
  47. last')
  48. Testing loop_vars.html
  49. Failed asserting that two strings are equal.
  50. --- Expected
  51. +++ Actual
  52. @@ -1,10 +1,8 @@
  53. first
  54. 0
  55. 0
  56. -2
  57. x
  58. 1
  59. 1
  60. -2
  61. y
  62. last
  63. \ Kein Zeilenumbruch am Dateiende.
  64.  
  65.  
  66. 3) test_template(phpbb_template_template_test) with data set #8 ('loop_vars.html', array(), array(array(array('x'), array('y')), array(array(), array())), 'first
  67. 0
  68. 0
  69. 2
  70. x
  71. 1
  72. 1
  73. 2
  74. y
  75. last
  76. 0
  77. 1')
  78. Testing loop_vars.html
  79. Failed asserting that two strings are equal.
  80. --- Expected
  81. +++ Actual
  82. @@ -1,11 +1,9 @@
  83. first
  84. 0
  85. 0
  86. -2
  87. x
  88. 1
  89. 1
  90. -2
  91. y
  92. last
  93. 0
  94.  
  95.  
  96. FAILURES!
  97. Tests: 573, Assertions: 654, Failures: 3.
Add Comment
Please, Sign In to add comment