PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Hashemi Rafsan   Laravel Query Filter Builder   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Query Filter Builder
Build queries with parameters to define conditions
Author: By
Last change:
Date: 3 years ago
Size: 376 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" colors="true"> <testsuites> <testsuite name="queryfilter"> <directory>./tests/QueryFilter</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>