PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Neeraj Saini   LaraGuard IP   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: LaraGuard IP
Block HTTP requests from spamming IP addresses
Author: By
Last change:
Date: 11 days ago
Size: 248 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="Feature"> <directory suffix=".php">./tests/Feature</directory> </testsuite> </testsuites> </phpunit>