golden hour
/home/phakp/public_html/formtools/vendor/ramsey/array_column
⬆️ Go Up
Upload
File/Folder
Size
Actions
CHANGELOG.md
678 B
Del
OK
LICENSE
1.06 KB
Del
OK
README.md
2.94 KB
Del
OK
composer.json
850 B
Del
OK
phpunit.xml.dist
737 B
Del
OK
src
-
Del
OK
tests
-
Del
OK
Edit: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./tests/bootstrap.php" colors="true"> <testsuites> <testsuite> <directory>./tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src</directory> </whitelist> </filter> <logging> <log type="coverage-html" target="build/coverage" title="array_column()" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70"/> <log type="coverage-clover" target="build/logs/clover.xml"/> <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/> </logging> </phpunit>
Save