You are here

public function FillPdfAdminTestCase::testPdfUpload in FillPDF 7.2

File

tests/fillpdf.test, line 40
fillpdf.test Contains tests for the module.

Class

FillPdfAdminTestCase
Tests the PDF handling functions of the API (a.k.a. the whole API).

Code

public function testPdfUpload() {
  $this
    ->drupalGet('admin/structure/fillpdf');
}