You are here

protected function FillPdfTestHelper::configureBackend in FillPDF 7

Configures FillPdf using the test backend.

3 calls to FillPdfTestHelper::configureBackend()
FillPdfMergeTestCase::setUp in tests/FillPdfMergeTestCase.test
Sets up a Drupal site for running functional and integration tests.
FillPdfTestCase::testFileAccess in tests/FillPdfTestCase.test
Make sure that file access works properly.
FillPdfTestCase::testPdfUpload in tests/FillPdfTestCase.test

File

tests/FillPdfTestHelper.test, line 45

Class

FillPdfTestHelper
Helper functions for FillPDF testing.

Code

protected function configureBackend() {
  variable_set('fillpdf_service', 'test');
  variable_set('fillpdf_scheme', 'private');
}