public function FillPdfOverviewFormTest::testOverviewForm in FillPDF 8.4
Same name and namespace in other branches
- 5.0.x tests/src/Functional/FillPdfOverviewFormTest.php \Drupal\Tests\fillpdf\Functional\FillPdfOverviewFormTest::testOverviewForm()
Tests the overview form is accessible.
File
- tests/
src/ Functional/ FillPdfOverviewFormTest.php, line 21
Class
- FillPdfOverviewFormTest
- @coversDefaultClass \Drupal\fillpdf\Form\FillPdfOverviewForm @group fillpdf
Namespace
Drupal\Tests\fillpdf\FunctionalCode
public function testOverviewForm() {
$this
->drupalGet(Url::fromRoute('fillpdf.forms_admin'));
}