PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Insolita   Yii2 Muffin Factory   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Muffin Factory
Create objects with factories and fixtures
Author: By
Last change:
Date: 1 year ago
Size: 544 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Test Suite"> <directory>tests/unit</directory> </testsuite> </testsuites> </phpunit>