PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Lucas de Oliveira   PHP Copy Object Properties to Another   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Copy Object Properties to Another
Copy the values of attributes to another object
Author: By
Last change:
Date: 5 years ago
Size: 886 bytes
 

Contents

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