Libraries tagged by file testing
krafjp/simplexmlreader
10046 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.
macropage/php-ebay-sdk
3272 Downloads
TESTING ONLY !!! - The Object files have been created with this wonderful project: https://github.com/WsdlToPhp/PackageGenerator
mallow/testing
89 Downloads
Provides a testing Layout file with the contents you define for every test you create with mallow:test command.
gluck1986/laravel-swagger
4051 Downloads
Provided middleware for generating of swagger-documentation file by run testing of RESTful API.
vektah/bugfree-dangerzone
30488 Downloads
Type verification for php source. Ensures uses and all types within a file verify against the projects auto loader.
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
sunnysideup/basic-auth-better
136 Downloads
Adds basic auth to your Silverstripe website the way it was intended (not just for pages, also for files).
ousamabenyounes/log2test
13 Downloads
Transorm your Apache2 Access log files to simple curl or selenium/phpunit tests...
orottier/laravel-migration-squasher
94 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.
hanneskod/readme-tester
2813 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.
hanneskod/exemplify
120 Downloads
Validate code examples in readme files
jeontwikkeling-nl/ltisaas_client_api_php
23 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
ahrmerd/laravel-test-generator
152 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package