📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 15:55:52
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
new-user-approve
/
tests
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/new-user-approve/tests
🔄 Refresh
✏️
Editing: bootstrap.php
Writable
<?php /** * Bootstrap the plugin unit testing environment. * * Edit 'active_plugins' setting below to point to your main plugin file. * * @package wordpress-plugin-tests */ // Activates this plugin in WordPress so it can be tested. $GLOBALS['wp_tests_options'] = array( 'active_plugins' => array( 'new-user-approve/new-user-approve.php' ), ); // If the develop repo location is defined (as WP_DEVELOP_DIR), use that // location. Otherwise, we'll just assume that this plugin is installed in a // WordPress develop SVN checkout. if ( false !== getenv( 'WP_DEVELOP_DIR' ) ) { require getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit/includes/bootstrap.php'; } else { require '../../../includes/bootstrap.php'; }
💾 Save Changes
❌ Cancel