Libraries tagged by file testing
hanneskod/exemplify
127 Downloads
Validate code examples in readme files
10up/wpassure
389 Downloads
Test code using acceptance tests and sharable, defined file and database snapshots.
krafjp/simplexmlreader
10220 Downloads
Fork from dkrnl/simplexmlreader. Adjust php 8.1+. Wrapper XMLReader class, for simple SAX-reading(and simple XPath-queries) of huge(testing over 1G file) xml.
mmauksch/json-repositories
130 Downloads
Basic implementation of the repository pattern that stores its content in serialized json files. Intended use is for testing or prototyping! NOT INTENDED FOR PRODUCTION USE!
macropage/php-ebay-sdk
3395 Downloads
TESTING ONLY !!! - The Object files have been created with this wonderful project: https://github.com/WsdlToPhp/PackageGenerator
bcncommerce/stream-wrapper
13126 Downloads
PHP stream wrapper for testing classes which interact with files
vektah/bugfree-dangerzone
30490 Downloads
Type verification for php source. Ensures uses and all types within a file verify against the projects auto loader.
orottier/laravel-migration-squasher
95 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
matusstafura/pest-plugin-fileloader
54 Downloads
A PHP Pest plugin to load file
m1roff/faker-provider
58 Downloads
Faker providers for generating various data for testing purposes
lamp-of-god/kahlan-isolator-plugin
2563 Downloads
Plugin for Kahlan unit-testing framework which allows to extract functions from PHP files.
hanneskod/readme-tester
2817 Downloads
Validate code examples in readme files
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
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.
alnutile/fixtures
7644 Downloads
Help with saving and getting JSON files for testing APIs