mirror of
https://gh.wpcy.net/https://github.com/typisttech/image-optimize-command.git
synced 2026-05-05 18:17:58 +08:00
9 lines
209 B
PHP
9 lines
209 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
require_once codecept_root_dir('vendor/autoload.php'); // Composer autoload.
|
|
|
|
// Now call the bootstrap method of WP Mock.
|
|
WP_Mock::activateStrictMode();
|
|
WP_Mock::bootstrap();
|