You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the Aoe_Scheduler module unit tests:
php tests/vendor/bin/phpunit --group Aoe_Scheduler
the following failures occur:
There were 6 failures:
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'
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'
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'
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'
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'
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'
When running the Aoe_Scheduler module unit tests:
php tests/vendor/bin/phpunit --group Aoe_Scheduler
the following failures occur:
There were 6 failures:
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
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
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
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
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
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.
The text was updated successfully, but these errors were encountered: