Libraries tagged by glass units
altec-icex/simple-models
8 Downloads
Window model constructor
jimigrunge/invoke-private-methods
23416 Downloads
This is a class to aid in unit testing of private methods.
betterphp/php-native-mock
8749 Downloads
PHP Native Mock is a helper class that allows for easy mocking of native PHP functions and class methods in unit tests using the UOPZ extension.
tomkyle/find-run-test
248 Downloads
Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem
betterphp/php-reflection-utils
10205 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
stratedge/wye
5037 Downloads
A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.
jimthunderbird/phlexmock
14 Downloads
A tool to allow developers to mock any php class by redefining class methods
f3ath/lazypdo
44961 Downloads
LazyPDO is a wrapper over PHP's standard PDO class. It postpones the instantiation of the original PDO class until one is really needed. Also it can be (un)serialized.
crimsonkissaki/mockmaker
41 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.
leofranca47/abstract-repository-eloquent-laravel
279 Downloads
Essa é uma classe php onde tem métodos que podem ser chamados igual no Eloquent. Serve para criar repositórios e facilitar os testes unitários sem perder o poder do Eloquent - This is a php class where it has methods that can be called equal in Eloquent. It serves to create responses and facilitate unit tests without losing the power of the Eloquent
elfstack/unit-test-lite
18 Downloads
A light unit test class providing basic test function and beautiful report.
unit-testing/class-spy
3891 Downloads
a simple trait that aids in unit testing protected class methods
jsiefer/class-mocker
125 Downloads
Can mock entire frameworks or namespaces
jervdesign/php-unit-mock
774 Downloads
Base Class for creating reusable PHPUnit Mock Objects
gueststream/vrproperty
7 Downloads
Vacation Rental Property (unit) Class