PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Paginator   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Paginator
Show pagination links for listings split in pages
Author: By
Last change:
Date: 7 years ago
Size: 251 bytes
 

Contents

Class file image Download
<phpunit bootstrap="tests/bootstrap.php"> <testsuite name="Paginator Test Suite"> <directory>tests</directory> </testsuite> <logging> <log type="coverage-clover" target="build/logs/clover.xml"/> </logging> </phpunit>