PHPackages                             packagedby/openapi-testing-helpers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. packagedby/openapi-testing-helpers

ActiveLibrary

packagedby/openapi-testing-helpers
==================================

A small library to validate an OpenAPI specification from Laravel feature tests

1.0.0(5y ago)06PHPPHP ^7.3|^7.4|^8.0

Since Mar 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/packagedby/openapi-testing-helpers)[ Packagist](https://packagist.org/packages/packagedby/openapi-testing-helpers)[ RSS](/packages/packagedby-openapi-testing-helpers/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

OpenAPI Testing Helpers
=======================

[](#openapi-testing-helpers)

This library is a small trait which wraps around the [osteel/openapi-httpfoundation-testing](https://github.com/osteel/openapi-httpfoundation-testing) library.

Usage
-----

[](#usage)

You can use the `OpenApiValidation` trait in an abstract class. This makes the `validateOpenApiSpec` method available to classes extending the base class.

```
