mirror of
https://gh.wpcy.net/https://github.com/discourse/wp-discourse.git
synced 2026-05-24 04:53:57 +08:00
6 lines
120 B
PHP
Vendored
6 lines
120 B
PHP
Vendored
<?php
|
|
|
|
require_once( __DIR__ . '/../../vendor/autoload.php' );
|
|
|
|
WP_Mock::setUsePatchwork( true );
|
|
WP_Mock::bootstrap();
|