PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Vitalij Mik   Lazy Before After Service Provider   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lazy Before After Service Provider
Call functions before or after a controller action
Author: By
Last change:
Date: 7 years ago
Size: 254 bytes
 

Contents

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