Skip to content

Commit

Permalink
Fix missing constants for PHPStan
Browse files Browse the repository at this point in the history
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
  • Loading branch information
ShyamGadde committed Jan 28, 2025
1 parent b002bff commit a4b05d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/phpstan/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

define( 'TESTS_PLUGIN_DIR', './' );
define( 'TESTS_REPO_ROOT_DIR', './' );
define( 'WPINC', 'wp-includes' );

define( 'SPECULATION_RULES_VERSION', '0.0.0' );
Expand Down

0 comments on commit a4b05d2

Please sign in to comment.