Advertisement
Guest User

Untitled

a guest
Sep 4th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. PHPUnit 3.6.11 by Sebastian Bergmann.
  2.  
  3. Configuration read from /Users/kkirby/Downloads/mtdowling-cron-expression-8e6e6f7/phpunit.xml.dist
  4.  
  5. ................................................................E 65 / 99 ( 65%)
  6. ..F...............F......F.......F
  7.  
  8. Time: 9 seconds, Memory: 5.25Mb
  9.  
  10. There was 1 error:
  11.  
  12. 1) Cron\Tests\CronExpressionTest::testFixesPhpBugInDateIntervalMonth
  13. RuntimeException: Impossible CRON expression
  14.  
  15. /Users/kkirby/Downloads/mtdowling-cron-expression-8e6e6f7/src/Cron/CronExpression.php:322
  16. /Users/kkirby/Downloads/mtdowling-cron-expression-8e6e6f7/src/Cron/CronExpression.php:175
  17. /Users/kkirby/Downloads/mtdowling-cron-expression-8e6e6f7/tests/Cron/CronExpressionTest.php:274
  18.  
  19. --
  20.  
  21.  
  22. There were 4 failures:
  23.  
  24. 1) Cron\Tests\DayOfMonthFieldTest::testIncrementsDate
  25. Failed asserting that two strings are equal.
  26. --- Expected
  27. +++ Actual
  28. @@ @@
  29. -'2011-03-14 23:59:00'
  30. +'2011-03-13 23:59:00'
  31.  
  32. /Users/kkirby/Downloads/mtdowling-cron-expression-8e6e6f7/tests/Cron/DayOfMonthFieldTest.php:47
  33.  
  34. 2) Cron\Tests\DayOfWeekFieldTest::testIncrementsDate
  35. Failed asserting that two strings are equal.
  36. --- Expected
  37. +++ Actual
  38. @@ @@
  39. -'2011-03-14 23:59:00'
  40. +'2011-03-13 23:59:00'
  41.  
  42. /Users/kkirby/Downloads/mtdowling-cron-expression-8e6e6f7/tests/Cron/DayOfWeekFieldTest.php:46
  43.  
  44. 3) Cron\Tests\HoursFieldTest::testIncrementsDate
  45. Failed asserting that two strings are equal.
  46. --- Expected
  47. +++ Actual
  48. @@ @@
  49. -'2011-03-15 10:59:00'
  50. +'2011-03-15 09:59:00'
  51.  
  52. /Users/kkirby/Downloads/mtdowling-cron-expression-8e6e6f7/tests/Cron/HoursFieldTest.php:36
  53.  
  54. 4) Cron\Tests\YearFieldTest::testIncrementsDate
  55. Failed asserting that two strings are equal.
  56. --- Expected
  57. +++ Actual
  58. @@ @@
  59. -'2011-12-31 23:59:00'
  60. +'2009-12-31 23:59:00'
  61.  
  62. /Users/kkirby/Downloads/mtdowling-cron-expression-8e6e6f7/tests/Cron/YearFieldTest.php:34
  63.  
  64. FAILURES!
  65. Tests: 99, Assertions: 217, Failures: 4, Errors: 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement