PHP Classes

File: phpunit.dusk.xml

Recommend this page to a friend!
  Classes of Ahmed Khan   Laravel Todo App   phpunit.dusk.xml   Download  
File: phpunit.dusk.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Todo App
Manage lists of tasks to be done by the users
Author: By
Last change:
Date: 2 years ago
Size: 719 bytes
 

Contents

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