PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Daniel Takahashi   PHP CSS manager   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSS manager
Parse and regenerate CSS stylesheets from arrays
Author: By
Last change:
Date: 8 years ago
Size: 345 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="true"> <testsuites> <testsuite name="Test Suite"> <directory>test</directory> </testsuite> </testsuites> </phpunit>