PATH:
home
/
lab2454c
/
spaxtac.com
/
wp-content
/
plugins
/
wp-user-frontend-pro
/
vendor
/
myclabs
/
deep-copy
<?xml version="1.0" encoding="utf-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" colors="true" bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="Test suite"> <directory>./tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src/</directory> <exclude> <file>src/DeepCopy/deep_copy.php</file> </exclude> </whitelist> </filter> </phpunit>
[-] composer.json
[edit]
[+]
..
[+]
tests
[-] phpunit.xml.dist
[edit]
[+]
fixtures
[+]
doc
[-] LICENSE
[edit]
[+]
src