Libraries tagged by phputils
df/php-coverfish
4899 Downloads
lightweight static code analysis tool for class coverage check of PHPUnit's CodeCoverage
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.
webxid/phpunitsandbox
3 Downloads
This package helps to make a mockups for unit-testing
sykescottages/pdfutils
288 Downloads
justinwang24/phphtmlspider
61 Downloads
desc
jacknoordhuis/pharutils
5 Downloads
A library for dealing with phar archives.
engtuncay/phpciutils
0 Downloads
OrakSoft Php CodeIgniter Utility Library (Php 8)
crazymeeks/phpmails
87 Downloads
This library will help you send emails with SendGrid
chris404/phutil
9 Downloads
A humble collection of php util classes
phpupil-com/server-http
12 Downloads
PHPupil HTTP Server
phpupil-com/framework
13 Downloads
PHPupil 高性能并发协程框架
triplepoint/php-units-of-measure-bundle
114 Downloads
Symfony PhpUnitsOfMeasureBundle
silencedis/phpunit-mock-helper
1357 Downloads
A convenient helper for creating mock objects for phpunit. The helper uses the phpunit's mock builder. But it allows to create a mock object in one step using simple configuration.
phptransformers/text-template
46 Downloads
PHPUnit's Text_Template implementation of PhpTransformer.
onsa/reflective-test-case
23 Downloads
ReflectiveTestCase extends PHPUnit's TestCase with the invokeMethod method for the sake of testing private classes.