Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit Tests Issues #242

Open
jpruiz114 opened this issue Feb 25, 2016 · 0 comments
Open

Unit Tests Issues #242

jpruiz114 opened this issue Feb 25, 2016 · 0 comments

Comments

@jpruiz114
Copy link

When running the Aoe_Scheduler module unit tests:
php tests/vendor/bin/phpunit --group Aoe_Scheduler
the following failures occur:
There were 6 failures:

  1. Aoe_Scheduler_Test_Model_Schedule_Scheduling::scheduleJobAndRunCron with data set Add or update cron tasks and optional job parameters. #1 (Closure Object (...))
    Failed asserting that two strings are equal.
    --- Expected
    +++ Actual
    @@ @@
    -'success'
    +'pending'

/vagrant/app/code/community/Aoe/Scheduler/Test/Model/Schedule/Scheduling.php:60
/vagrant/tests/vendor/phpunit/phpunit/phpunit:47

  1. Aoe_Scheduler_Test_Model_Schedule_Scheduling::scheduleJobAndRunCron with data set Pass $this to the callback #2 (Closure Object (...))
    Failed asserting that two strings are equal.
    --- Expected
    +++ Actual
    @@ @@
    -'success'
    +'pending'

/vagrant/app/code/community/Aoe/Scheduler/Test/Model/Schedule/Scheduling.php:60
/vagrant/tests/vendor/phpunit/phpunit/phpunit:47

  1. Aoe_Scheduler_Test_Model_Schedule_Scheduling::scheduleJobAndRunCron with data set Add ACL #3 (Closure Object (...))
    Failed asserting that two strings are equal.
    --- Expected
    +++ Actual
    @@ @@
    -'success'
    +'pending'

/vagrant/app/code/community/Aoe/Scheduler/Test/Model/Schedule/Scheduling.php:60
/vagrant/tests/vendor/phpunit/phpunit/phpunit:47

  1. Aoe_Scheduler_Test_Model_Schedule_Scheduling::scheduleJobAndRunCron with data set Fixed code standard #4 (Closure Object (...))
    Failed asserting that two strings are equal.
    --- Expected
    +++ Actual
    @@ @@
    -'success'
    +'pending'

/vagrant/app/code/community/Aoe/Scheduler/Test/Model/Schedule/Scheduling.php:60
/vagrant/tests/vendor/phpunit/phpunit/phpunit:47

  1. Aoe_Scheduler_Test_Model_Schedule_Scheduling::scheduleJobAndRunCron with data set Scheduler Timeline extending 5:30 in future #5 (Closure Object (...))
    Failed asserting that two strings are equal.
    --- Expected
    +++ Actual
    @@ @@
    -'success'
    +'pending'

/vagrant/app/code/community/Aoe/Scheduler/Test/Model/Schedule/Scheduling.php:60
/vagrant/tests/vendor/phpunit/phpunit/phpunit:47

  1. Aoe_Scheduler_Test_Model_Schedule_Scheduling::scheduleJobAndRunCron with data set can't clone with modman #6 (Closure Object (...))
    Failed asserting that two strings are equal.
    --- Expected
    +++ Actual
    @@ @@
    -'success'
    +'pending'

/vagrant/app/code/community/Aoe/Scheduler/Test/Model/Schedule/Scheduling.php:60
/vagrant/tests/vendor/phpunit/phpunit/phpunit:47

FAILURES!
Tests: 14, Assertions: 108, Failures: 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant