Download the PHP package lastdragon-ru/lara-asp-graphql-testing without Composer
On this page you can find all versions of the php package lastdragon-ru/lara-asp-graphql-testing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lastdragon-ru/lara-asp-graphql-testing
More information about lastdragon-ru/lara-asp-graphql-testing
Files in lastdragon-ru/lara-asp-graphql-testing
Package lara-asp-graphql-testing
Short Description Useful assertions for PHPUnit to check printed/exported type/queries and more.
License MIT
Homepage https://github.com/LastDragon-ru/php-packages
Informations about the package lara-asp-graphql-testing
(Laravel) GraphQL Testing Assertions for Laravel/Lighthouse 🐝
Useful assertions for PHPUnit to check printed/exported type/queries and more with lastdragon-ru/lara-asp-graphql package
[include:artisan]: <lara-asp-documentator:requirements "{$directory}">
Requirements
| Requirement | Constraint | Supported by |
|---|---|---|
| PHP | ^8.5 |
HEAD ⋯ 11.0.0 |
^8.4 |
HEAD ⋯ 10.0.0 |
|
^8.3 |
10.3.0 ⋯ 10.0.0 |
|
| PHPUnit | ^13.0.0 |
HEAD ⋯ 11.0.0 |
^12.0.0 |
10.3.0 ⋯ 10.0.0 |
|
^11.3.0 |
10.3.0 ⋯ 10.1.0 |
|
^11.2.0 |
10.0.0 |
Installation
[!NOTE]
The package intended to use in dev.
Usage
Assertions
assertGraphQLIntrospectionEquals
Compares default public schema (as the client sees it through introspection).
Read more.
assertGraphQLSchemaEquals
Compares default internal schema (with all directives).
Read more.
assertGraphQLSchemaNoBreakingChanges
Checks that no breaking changes in the default internal schema (with all directives).
Read more.
assertGraphQLSchemaNoDangerousChanges
Checks that no dangerous changes in the default internal schema (with all directives).
Read more.
assertGraphQLSchemaValid
Validates default internal schema (with all directives). Faster than lighthouse:validate-schema command because loads only used directives.
Read more.
Contributing
Please use the main repository to report issues, send pull requests, or ask questions.
All versions of lara-asp-graphql-testing with dependencies
ext-mbstring Version *
illuminate/contracts Version ^13.10.0
illuminate/filesystem Version ^13.10.0
lastdragon-ru/graphql-printer Version self.version
lastdragon-ru/phpunit-graphql Version self.version
nuwave/lighthouse Version ^6.66.0
phpunit/phpunit Version ^13.0.0
webonyx/graphql-php Version ^15.32.3