Libraries tagged by file testing
macropage/php-ebay-sdk
3357 Downloads
TESTING ONLY !!! - The Object files have been created with this wonderful project: https://github.com/WsdlToPhp/PackageGenerator
gluck1986/laravel-swagger
4070 Downloads
Provided middleware for generating of swagger-documentation file by run testing of RESTful API.
bcncommerce/stream-wrapper
13126 Downloads
PHP stream wrapper for testing classes which interact with files
vektah/bugfree-dangerzone
30489 Downloads
Type verification for php source. Ensures uses and all types within a file verify against the projects auto loader.
sunnysideup/basic-auth-better
254 Downloads
Adds basic auth to your Silverstripe website the way it was intended (not just for pages, also for files).
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
50 Downloads
A PHP Pest plugin to load file
m1roff/faker-provider
22 Downloads
Faker providers for generating various data for testing purposes
hanneskod/readme-tester
2815 Downloads
Validate code examples in readme files
faissaloux/pest-plugin-inside
4878 Downloads
Files content plugin for Pest PHP
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.
hanneskod/exemplify
120 Downloads
Validate code examples in readme files
vespula/mailer
94 Downloads
Extends PHPMailer to provide a File email renderer for testing
krafjp/simplexmlreader
10077 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.