PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Fabian Schmengler   PHP PDFBox   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDFBox
Extract text from PDF documents using PDFBox tool
Author: By
Last change:
Date: 9 years ago
Size: 341 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="test/bootstrap.php" colors="true"> <testsuites> <testsuite name="PdfBox Test Suite"> <directory>test/SGH/PdfBox</directory> </testsuite> </testsuites> <php> <env name="PDFBOX_JAR" value="pdfbox-app-1.8.6.jar" /> </php> </phpunit>