Loading drupalci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ build: container_composer: host_command: commands: # Apply patch from https://www.drupal.org/project/drupalci_testbot/issues/3251817 - "cd ${SOURCE_DIR} && sudo -u www-data curl https://www.drupal.org/files/issues/2021-11-30/3251817-4.run-tests-with-multiple-groups.patch | sudo -u www-data patch -p1 --verbose" csslint: eslint: Loading @@ -16,9 +17,8 @@ build: testing: run_tests.functional: types: 'PHPUnit-Functional' testgroups: 'scheduler,scheduler_api' # Change testgroups to '--all' if Typed Data reverts to being supported # at 8.x. See https://www.drupal.org/project/scheduler/issues/3248470 testgroups: '--all' # The groups are 'scheduler,scheduler_api,scheduler_rules_integration' suppress-deprecations: true run_tests.kernel: types: 'PHPUnit-Kernel' Loading scheduler_rules_integration/tests/src/Functional/SchedulerRulesActionsTest.php +2 −1 Original line number Diff line number Diff line <?php namespace Drupal\Tests\scheduler\Functional; namespace Drupal\Tests\scheduler_rules_integration\Functional; use Drupal\Core\Logger\RfcLogLevel; use Drupal\rules\Context\ContextConfig; use Drupal\Tests\scheduler\Functional\SchedulerBrowserTestBase; /** * Tests the six actions that Scheduler provides for use in Rules module. Loading scheduler_rules_integration/tests/src/Functional/SchedulerRulesConditionsTest.php +2 −1 Original line number Diff line number Diff line <?php namespace Drupal\Tests\scheduler\Functional; namespace Drupal\Tests\scheduler_rules_integration\Functional; use Drupal\rules\Context\ContextConfig; use Drupal\Tests\scheduler\Functional\SchedulerBrowserTestBase; /** * Tests the four conditions that Scheduler provides for use in Rules module. Loading scheduler_rules_integration/tests/src/Functional/SchedulerRulesEventsTest.php +2 −1 Original line number Diff line number Diff line <?php namespace Drupal\Tests\scheduler\Functional; namespace Drupal\Tests\scheduler_rules_integration\Functional; use Drupal\rules\Context\ContextConfig; use Drupal\Tests\scheduler\Functional\SchedulerBrowserTestBase; /** * Tests the six events that Scheduler provides for use in Rules module. Loading Loading
drupalci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ build: container_composer: host_command: commands: # Apply patch from https://www.drupal.org/project/drupalci_testbot/issues/3251817 - "cd ${SOURCE_DIR} && sudo -u www-data curl https://www.drupal.org/files/issues/2021-11-30/3251817-4.run-tests-with-multiple-groups.patch | sudo -u www-data patch -p1 --verbose" csslint: eslint: Loading @@ -16,9 +17,8 @@ build: testing: run_tests.functional: types: 'PHPUnit-Functional' testgroups: 'scheduler,scheduler_api' # Change testgroups to '--all' if Typed Data reverts to being supported # at 8.x. See https://www.drupal.org/project/scheduler/issues/3248470 testgroups: '--all' # The groups are 'scheduler,scheduler_api,scheduler_rules_integration' suppress-deprecations: true run_tests.kernel: types: 'PHPUnit-Kernel' Loading
scheduler_rules_integration/tests/src/Functional/SchedulerRulesActionsTest.php +2 −1 Original line number Diff line number Diff line <?php namespace Drupal\Tests\scheduler\Functional; namespace Drupal\Tests\scheduler_rules_integration\Functional; use Drupal\Core\Logger\RfcLogLevel; use Drupal\rules\Context\ContextConfig; use Drupal\Tests\scheduler\Functional\SchedulerBrowserTestBase; /** * Tests the six actions that Scheduler provides for use in Rules module. Loading
scheduler_rules_integration/tests/src/Functional/SchedulerRulesConditionsTest.php +2 −1 Original line number Diff line number Diff line <?php namespace Drupal\Tests\scheduler\Functional; namespace Drupal\Tests\scheduler_rules_integration\Functional; use Drupal\rules\Context\ContextConfig; use Drupal\Tests\scheduler\Functional\SchedulerBrowserTestBase; /** * Tests the four conditions that Scheduler provides for use in Rules module. Loading
scheduler_rules_integration/tests/src/Functional/SchedulerRulesEventsTest.php +2 −1 Original line number Diff line number Diff line <?php namespace Drupal\Tests\scheduler\Functional; namespace Drupal\Tests\scheduler_rules_integration\Functional; use Drupal\rules\Context\ContextConfig; use Drupal\Tests\scheduler\Functional\SchedulerBrowserTestBase; /** * Tests the six events that Scheduler provides for use in Rules module. Loading