GenericTest.php
Namespace
Drupal\Tests\node\FunctionalFile
-
core/
modules/ node/ tests/ src/ Functional/ GenericTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\node\Functional;
use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Generic module test for node.
*/
class GenericTest extends GenericModuleTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() : void {
// Ensure the generic test base is working as expected.
$this->assertSame('node', $this->getModule());
parent::setUp();
}
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| GenericTest | Generic module test for node. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.