From 34b1cb3bc365e572f76ad8a5e93d81bfcfb3b398 Mon Sep 17 00:00:00 2001 From: Liam Morland <lkmorlan@uwaterloo.ca> Date: Fri, 31 May 2019 16:05:02 -0400 Subject: [PATCH] Improve comments --- tests/FillPdfTestCase.test | 5 ----- tests/FillPdfTestHelper.test | 13 ++++--------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/tests/FillPdfTestCase.test b/tests/FillPdfTestCase.test index c112808..d4dd08c 100644 --- a/tests/FillPdfTestCase.test +++ b/tests/FillPdfTestCase.test @@ -1,10 +1,5 @@ <?php -/** - * @file - * Class FillPdfTestCase. - */ - /** * Tests the PDF handling functions of the API (a.k.a. the whole API). */ diff --git a/tests/FillPdfTestHelper.test b/tests/FillPdfTestHelper.test index 12c2d37..a63b97c 100644 --- a/tests/FillPdfTestHelper.test +++ b/tests/FillPdfTestHelper.test @@ -1,10 +1,5 @@ <?php -/** - * @file - * Trait FillPdfTestHelper. - */ - /** * */ @@ -18,7 +13,7 @@ trait FillPdfTestHelper { protected $privilegedUser; /** - * + * Creates a privileged user account. */ protected function createPrivilegedUser() { // Meh. Caching. @@ -34,7 +29,7 @@ trait FillPdfTestHelper { } /** - * + * Uploads a PDF test file. */ protected function uploadTestPdf() { $this->drupalPost('admin/structure/fillpdf', array( @@ -45,7 +40,7 @@ trait FillPdfTestHelper { } /** - * + * Configures FillPdf using the test backend. */ protected function configureBackend() { variable_set('fillpdf_service', 'test'); @@ -53,7 +48,7 @@ trait FillPdfTestHelper { } /** - * + * Configures FillPdf using the local_service backend. */ protected function configureLocalServiceBackend() { variable_set('fillpdf_service', 'local_service'); -- GitLab