PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Axel Pardemann   PHP Objects Extensions   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Objects Extensions
Add functions to objects using another class
Author: By
Last change: Migrate phpunit config file
Major refactor for better code maintainability

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

Fix meta files

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

wip

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

wip

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

wip

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

Refactor resolver

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

Refactor HandlesExtensionMethods trait

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

wip

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources

wip

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Date: 15 hours ago
Size: 820 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" > <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./src</directory> </include> </coverage> <testsuites> <testsuite name="Tests"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> </phpunit>