文件操作 - tests.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/themes/flatsome/inc/builder/core/server/tests.php
编辑文件内容
<?php /** * PHPUnit bootstrap file * * @package ux-builder */ $_tests_dir = getenv( 'WP_TESTS_DIR' ); if ( ! $_tests_dir ) { $_tests_dir = 'tmp/wordpress-develop/tests/phpunit'; } // Give access to tests_add_filter() function. require_once $_tests_dir . '/includes/functions.php'; /** * Manually load the plugin being tested. */ function load_ux_builder_plugin() { require dirname( dirname( __FILE__ ) ) . '/ux-builder.php'; } tests_add_filter( 'muplugins_loaded', 'load_ux_builder_plugin' ); // Start up the WP testing environment. require $_tests_dir . '/includes/bootstrap.php';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件