Advertisement
Guest User

Untitled

a guest
May 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. C:\wamp\www\phpBB\phpbb3\automod\tests>C:\wamp\php\php.exe -f filesystem/all_tes
  2. ts.php
  3. PHPUnit 3.4.12 by Sebastian Bergmann.
  4.  
  5. FFFF.F...........S.
  6.  
  7. Time: 4 seconds, Memory: 5.75Mb
  8.  
  9. There were 5 failures:
  10.  
  11. 1) phpbb_filesystem_phpbb_own_realpath_test::test_compare with data set #0 ('/')
  12.  
  13. Failed asserting that two strings are equal.
  14. --- Expected
  15. +++ Actual
  16. @@ @@
  17. -C:\
  18. +\
  19.  
  20. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\phpbb_own_realpath.php:118
  21. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:24
  22. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:39
  23.  
  24. 2) phpbb_filesystem_phpbb_own_realpath_test::test_compare with data set #1 ('/.'
  25. )
  26. Failed asserting that two strings are equal.
  27. --- Expected
  28. +++ Actual
  29. @@ @@
  30. -C:\
  31. +\
  32.  
  33. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\phpbb_own_realpath.php:118
  34. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:24
  35. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:39
  36.  
  37. 3) phpbb_filesystem_phpbb_own_realpath_test::test_compare with data set #2 ('/..
  38. ')
  39. Failed asserting that two strings are equal.
  40. --- Expected
  41. +++ Actual
  42. @@ @@
  43. -C:\
  44. +\
  45.  
  46. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\phpbb_own_realpath.php:118
  47. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:24
  48. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:39
  49.  
  50. 4) phpbb_filesystem_phpbb_own_realpath_test::test_compare with data set #3 ('///
  51. /../')
  52. Failed asserting that two strings are equal.
  53. --- Expected
  54. +++ Actual
  55. @@ @@
  56. -\\\
  57. +\
  58.  
  59. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\phpbb_own_realpath.php:118
  60. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:24
  61. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:39
  62.  
  63. 5) phpbb_filesystem_phpbb_own_realpath_test::test_compare with data set #5 ('C:/
  64. ')
  65. Failed asserting that two strings are equal.
  66. --- Expected
  67. +++ Actual
  68. @@ @@
  69. -C:\
  70. +C:
  71.  
  72. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\phpbb_own_realpath.php:118
  73. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:24
  74. C:\wamp\www\phpBB\phpbb3\automod\tests\filesystem\all_tests.php:39
  75.  
  76. FAILURES!
  77. Tests: 19, Assertions: 19, Failures: 5, Skipped: 1.
  78.  
  79. C:\wamp\www\phpBB\phpbb3\automod\tests>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement