You are here

public function PageSpecificTest::testFunctional in Page Specific Class 2.0.x

File

test/src/Functional/PageSpecificTest.php, line 52

Class

PageSpecificTest
Ensure that the page_specific_class forms work properly.

Namespace

Drupal\Tests\page_specific_class\Functional

Code

public function testFunctional() {
  $this
    ->doTestRoutes();
  $this
    ->doTestForm();
}