Libraries tagged by glass units
altec-icex/simple-models
14 Downloads
Window model constructor
jimigrunge/invoke-private-methods
24916 Downloads
This is a class to aid in unit testing of private methods.
betterphp/php-native-mock
9616 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
861 Downloads
Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem
betterphp/php-reflection-utils
10879 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
jsiefer/class-mocker
133 Downloads
Can mock entire frameworks or namespaces
bermudaphp/byte
34 Downloads
A robust PHP class for working with data size units (bytes, kilobytes, megabytes, etc.)
stratedge/wye
5112 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
44964 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
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.
leofranca47/abstract-repository-eloquent-laravel
532 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
degaray/mock-soapclient
385 Downloads
This class is used to overwrite the functionality of the soapclient. It is very usefull when mocking objects expected from soap calls to web sevices in unit testing.
elfstack/unit-test-lite
21 Downloads
A light unit test class providing basic test function and beautiful report.
unit-testing/class-spy
3892 Downloads
a simple trait that aids in unit testing protected class methods