wp2static-addon-s3/tests/phpstan/bootstrap.php
2020-03-17 04:31:09 +10:30

9 lines
206 B
PHP

<?php
// We use core constants instead of core functions
define( 'WPINC', '' );
define( 'WP_CONTENT_DIR', '' );
define( 'WP_PLUGIN_DIR', '' );
// WP2Static constants
define( 'WP2STATIC_S3_VERSION', '' );