wp2static-addon-netlify/tests/phpstan/bootstrap.php
2020-02-24 01:38:26 +10:30

9 lines
211 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_NETLIFT_VERSION', '' );