This package provides stub declarations for the WordPress Core Test Suite functions, classes and interfaces.
These stubs can help plugin and theme developers leverage static analysis tools like PHPStan, when writing tests for WordPress plugins, themes, and core.
Stubs are generated directly from the source using giacocorsiglia/stubs-generator.
- PHP >=7.3
Require this package as a development dependency with Composer.
composer require --dev php-stubs/wordpress-tests-stubs
Alternatively you may download wordpress-tests-stubs.php
directly.
Include all stubs in PHPStan configuration file.
parameters:
scanFiles:
- %rootDir%/../../php-stubs/wordpress-stubs/wordpress-stubs.php
- %rootDir%/../../php-stubs/wordpress-tests-stubs/wordpress-tests-stubs.php