Libraries tagged by php units
filisko/testable-functions
415 Downloads
A library for testing PHP's built-in functions or language constructs.
faissaloux/pest-plugin-math
10 Downloads
Math plugin for Pest PHP
faissaloux/pest-plugin-database
0 Downloads
Pest plugin for databases structure
emaadali/pest-database-isolation-plugin
5 Downloads
Pest plugin for isolating Laravel parallel and concurrent test runs with Neon branches or local Postgres databases.
dex/pest-plugin-laravel-tester
169 Downloads
Pest plugin to test Laravel components
pestphp/pest-plugin-inline
5 Downloads
The Pest Inline Plugin
pestphp/dust
2 Downloads
A PHP browser testing solution using Laravel Dusk and Pest
eerison/pest-plugin-api-platform
209 Downloads
Pest plugin for Api platform
microunit/microunit
4 Downloads
Minimal. Modern. Mighty. The next-generation PHP unit testing framework for developers who want speed, clarity, and power.
crimsonkissaki/mockmaker
44 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.
arbit/periodic
53 Downloads
Periodic is a fully unit tested PHP based task runner. It is supposed to deliver a basic implementation for managing all kinds of recurring tasks and events inside your web application.
puremapper/puremapper
0 Downloads
A lightweight PHP data mapper and unit of work for pure PHP entities
michel/unitester
32 Downloads
PHP UniTester is a unit testing library for PHP that provides a straightforward interface for writing and executing tests. It focuses on a minimalist approach, allowing developers to create assertions and organize tests at the lowest level of PHP, without reliance on complex external libraries.
stwarog/uow-fuel
1251 Downloads
Unit of Work feature for Fuel's PHP ORM.
schorts/firestore-dao
6 Downloads
A type-safe, domain-driven Data Access Object (DAO) abstraction for Google Cloud Firestore in PHP. Provides consistent CRUD operations, soft/hard delete support, criteria-based queries, and transaction-aware Unit of Work integration, built on top of the schorts/shared-kernel.