golden hour
/opt/cpanel/ea-wappspector/vendor/sebastian/object-enumerator
⬆️ Go Up
Upload
File/Folder
Size
Actions
ChangeLog.md
2.49 KB
Del
OK
LICENSE
1.5 KB
Del
OK
README.md
1.13 KB
Del
OK
SECURITY.md
592 B
Del
OK
composer.json
1024 B
Del
OK
phpunit.xml
790 B
Del
OK
src
-
Del
OK
Edit: phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" bootstrap="vendor/autoload.php" cacheDirectory=".phpunit.cache" executionOrder="depends,defects" requireCoverageMetadata="true" beStrictAboutCoverageMetadata="true" beStrictAboutOutputDuringTests="true" failOnRisky="true" failOnWarning="true" colors="true"> <testsuites> <testsuite name="default"> <directory>tests</directory> </testsuite> </testsuites> <coverage> <include> <directory suffix=".php">src</directory> </include> </coverage> </phpunit>
Save