An open API service indexing awesome lists of open source software.

https://github.com/sjinks/wordpress-test-library-stubs

PHP stubs for WordPress Test Library
https://github.com/sjinks/wordpress-test-library-stubs

Last synced: about 1 year ago
JSON representation

PHP stubs for WordPress Test Library

Awesome Lists containing this project

README

          

# wordpress-test-library-stubs

[![CI](https://github.com/sjinks/wordpress-test-library-stubs/actions/workflows/ci.yml/badge.svg)](https://github.com/sjinks/wordpress-test-library-stubs/actions/workflows/ci.yml)

This package provides stub declarations for the WordPress Test Library.

The stubs were generated directly from the source code with the help of [giacocorsiglia/stubs-generator](https://github.com/GiacoCorsiglia/php-stubs-generator).

## Installation

```bash
composer require --dev wildwolf/wordpress-test-library-stubs
```

## Usage with Psalm

Update your Psalm configuration file to include the following code:

```xml

```