Libraries tagged by file testing
neoan3-apps/file-away
24 Downloads
dead-simple file "database" for testing, mocking, click-dummies & POCs
dmitriynyu/dummy-file-generator
3275 Downloads
Create dummy files of arbitrary length and content for testing
gluck1986/laravel-swagger
4159 Downloads
Provided middleware for generating of swagger-documentation file by run testing of RESTful API.
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
71 Downloads
A PHP Pest plugin to load file
mahbubhelal/sync-env
55 Downloads
A laravel package to sync env variables between different .env files.
m1roff/faker-provider
192 Downloads
Faker providers for generating various data for testing purposes
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.
alies-dev/psalm-tester
40 Downloads
Test Psalm via phpt files!
hanneskod/exemplify
134 Downloads
Validate code examples in readme files
vespula/mailer
155 Downloads
Extends PHPMailer to provide a File email renderer for testing
punktde/behat-file
7164 Downloads
Package for testing generated files with behat
mallow/testing
114 Downloads
Provides a testing Layout file with the contents you define for every test you create with mallow:test command.
siestacat/random-file-generator
43 Downloads
Generate a random file with random bytes for testing