Libraries tagged by unittests
sparkinfluence/phpunit-helpers
35 Downloads
A library of helpers for our unit tests
sinevia/php-library-testify
130 Downloads
Testify makes writing unit tests fun again. It has an elegant syntax and keeps things simple
s1ptex/uniter
5 Downloads
A package for quickly creating Unit tests
rubrasum/velocity-forms
11 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --
radziuk/php-tt
30 Downloads
Docblock unit tests library, unit test methods of your class directly in your doc block
phug/dev-tool
20118 Downloads
Phug unit tests, coverage and code style tools
phphleb/test-o
1888 Downloads
Very simple unit tests for your project
phphleb/api-tests
14 Downloads
Unit tests from set of API traits
papaya/test-framework
7835 Downloads
papaya CMS unittest framework
pantagruel74/yii2-test-app
271 Downloads
Test application classes and traits for isolating applcation for unit-tests
pagely/http-mock
139332 Downloads
Mock HTTP requests on the server side in your PHP unit tests, PSR/7 Fork of internations version
osotov/phpunit-for-bitrix
28 Downloads
Base test class for unit tests inside 1C-Bitrix framework environment
orbituw/faketories
533 Downloads
A package to help create data sets when faking APIs for unit tests within laravel
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.
monomelodies/hangman
6 Downloads
Wrapper for executing commands, including support for dry runs (e.g. during unit tests).