You are here

protected function FillPdfTestHelper::configureLocalServiceBackend in FillPDF 7

Configures FillPdf using the local_service backend.

1 call to FillPdfTestHelper::configureLocalServiceBackend()
FillPdfMergeTestCase::testLocalServicePdfMerging in tests/FillPdfMergeTestCase.test
Tests PDF merging using a local service.

File

tests/FillPdfTestHelper.test, line 53

Class

FillPdfTestHelper
Helper functions for FillPDF testing.

Code

protected function configureLocalServiceBackend() {
  variable_set('fillpdf_service', 'local_service');
  variable_set('fillpdf_scheme', 'private');
  variable_set('fillpdf_local_service_endpoint', 'http://127.0.0.1:8085');
}