PHP code example of networkrailbusinesssystems / badges
1. Go to this page and download the library: Download networkrailbusinesssystems/badges library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
networkrailbusinesssystems / badges example snippets
xml
<coverage>
<report>
<html outputDirectory=".phpunit.cache/html" />
<text outputFile=".phpunit.cache/coverage.txt" showUncoveredFiles="false" showOnlySummary="true" />
</report>
</coverage>
<logging>
<junit outputFile=".phpunit.cache/tests.xml" />
</logging>
bash
php vendor/networkrailbusinesssystems/badges/badges.php
git add .github/*.svg
git diff-index --quiet --cached HEAD || git commit -m "Updated badges" --no-verify
ini
[xdebug]
xdebug.mode=coverage