Merge branch 'tests' into 'master'
Add unit tests for Species class See merge request !3
... | ... | @@ -17,10 +17,19 @@ |
"php": ">=7.2", | ||
"guzzlehttp/guzzle": "^6.0|^7.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "8.5.x-dev" | ||
}, | ||
"support": { | ||
"source": "https://gitlab.res-telae.cat/restelae/php-gbif" | ||
}, | ||
"autoload": { | ||
"psr-4": {"ResTelae\\Gbif\\": "src"} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": {"ResTelae\\Gbif\\Tests\\": "tests/"} | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/phpunit --colors tests/" | ||
} | ||
} |
tests/Unit/SpeciesTest.php
0 → 100644
Please register or sign in to comment