Server IP : 162.0.217.223 / Your IP : 216.73.216.112 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/tests/ |
Upload File : |
<?php /** * PHPUnit bootstrap file. * * @package Starter_Plugin */ require_once dirname( __DIR__ ) . '/vendor/autoload.php'; $_tests_dir = getenv( 'WP_TESTS_DIR' ); // Forward custom PHPUnit Polyfills configuration to PHPUnit bootstrap file. $_phpunit_polyfills_path = getenv( 'WP_TESTS_PHPUNIT_POLYFILLS_PATH' ); if ( false !== $_phpunit_polyfills_path ) { define( 'WP_TESTS_PHPUNIT_POLYFILLS_PATH', $_phpunit_polyfills_path ); } require 'vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php'; // Start up the WP testing environment. require "{$_tests_dir}/includes/bootstrap.php";