GenericTest.php
Namespace
Drupal\Tests\automated_cron\FunctionalFile
- 
              core/modules/ automated_cron/ tests/ src/ Functional/ GenericTest.php 
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\automated_cron\Functional;
use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
 * Generic module test for automated_cron.
 */
class GenericTest extends GenericModuleTestBase {
}Classes
| Title | Deprecated | Summary | 
|---|---|---|
| GenericTest | Generic module test for automated_cron. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
