Libraries tagged by unit testing
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
cfx/pspec
180 Downloads
PSpec is a Pest plugin for composing multi scenarios tests with a simple API, based on RSpec let
blainesch/li3_leaderboard
15824 Downloads
A leaderboard to show off which developers are creating unit tests
bcncommerce/stream-wrapper
11984 Downloads
PHP stream wrapper for testing classes which interact with files
artox-lab/pho
3174 Downloads
A BDD testing framework
worksome/pest-plugin-silence
258504 Downloads
Prevent unwanted output in tests.
ralphjsmit/pest-plugin-livewire
23569 Downloads
A plugin for Pest to test Livewire forms.
pestphp/dust
2 Downloads
A PHP browser testing solution using Laravel Dusk and Pest
owenvoke/pest-plugin-memory
162 Downloads
A memory plugin for Pest 1.x
eerison/pest-plugin-api-platform
189 Downloads
Pest plugin for Api platform
acid/acid
207 Downloads
Acid Testing Framework
towerhouse/healthmeasures
9 Downloads
This library gives you the ability to generate health measures given a name and a unit, for instance: weight / pound or kilo. You can configure where to store them and them gather to collect their values by date given a username or other token. The library gives you the ability to generate graphs or other stats information. It's totally configurable, methods are well documented and comes with unit testing.
rizal/todo
6 Downloads
Buat aplikasi todolist menggunakan konsep oop, database mysql, composer dan unit testing
mindplay/testies
3687 Downloads
Yeah, testies: a lightweight library for quick, simple unit-testing
loresjoberg/warp
14 Downloads
A passthrough to WordPress, used to enable unit testing.