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
- Host: GitHub
- URL: https://github.com/sjinks/wordpress-test-library-stubs
- Owner: sjinks
- License: mit
- Created: 2021-08-14T07:16:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T20:33:13.000Z (over 1 year ago)
- Last Synced: 2025-03-19T14:16:47.979Z (about 1 year ago)
- Language: PHP
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordpress-test-library-stubs
[](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
```