<?xml version="1.0" encoding="utf-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" colors="true"> <testsuites> <testsuite name="Test suite"> <directory>./tests/DeepCopyTest</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src/</directory> <exclude> <file>src/DeepCopy/deep_copy.php</file> </exclude> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
doc | Folder | 0755 |
|
|
fixtures | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitattributes | File | 303 B | 0644 |
|
.gitignore | File | 66 B | 0644 |
|
.scrutinizer.yml | File | 90 B | 0644 |
|
LICENSE | File | 1.07 KB | 0644 |
|
README.md | File | 10.88 KB | 0644 |
|
composer.json | File | 1 KB | 0644 |
|
phpunit.xml.dist | File | 612 B | 0644 |
|