Libraries tagged by unit-tests
refaltor/pest-pmmp-tests
12 Downloads
Little library for create unit test in PocketMine with Await Generator.
radziuk/php-tt
29 Downloads
Docblock unit tests library, unit test methods of your class directly in your doc block
qiuqiu1999/junit-laravel
2 Downloads
A simplified version of the laravel framework unit test
phug/dev-tool
20035 Downloads
Phug unit tests, coverage and code style tools
phphleb/api-tests
13 Downloads
Unit tests from set of API traits
persist/apib-unit
1 Downloads
Unit Test Helper for API-Blueprint
perry/junit
7 Downloads
A simplified version of the laravel framework unit test
pengwang/lunit-laravel
2 Downloads
A simplified version of the laravel framework unit test
pantagruel74/yii2-test-app
271 Downloads
Test application classes and traits for isolating applcation for unit-tests
panglongxia/pangunit-laravel
3 Downloads
A simplified version of the laravel framework unit test
osotov/phpunit-for-bitrix
27 Downloads
Base test class for unit tests inside 1C-Bitrix framework environment
osflab/test
33 Downloads
OSF simple unit test component
orbituw/faketories
532 Downloads
A package to help create data sets when faking APIs for unit tests within laravel
orange-png/orange-laravel
6 Downloads
A simplified version of the laravel framework unit test
opqclick/currency-converter
4 Downloads
The task is to create a Laravel package, this packagewill expose an API GET endpoint that will receive thefollowing params:● amount● currency to exchangeYou can assume the default currency is Euro.This endpoint should return the exchange rate for thegiven amount in the same standard format as theother API endpoints.The package must fetch the exchange rate of the dayfrom the European Central Bank daily reference.The package must have unit tests documentationand a readme.md file.The package must be installed with composer as alocal dependency.