%PDF- %PDF-
| Direktori : /var/www/projetos/takthua.com.br/wp-content/plugins/wc-crm-integration/tests/phpunit/ |
| Current File : /var/www/projetos/takthua.com.br/wp-content/plugins/wc-crm-integration/tests/phpunit/bootstrap.php |
<?php
/**
* The following snippets uses `PLUGIN` to prefix
* the constants and class names. You should replace
* it with something that matches your plugin name.
*/
// define test environment
define( 'PLUGIN_PHPUNIT', true );
// define fake ABSPATH
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', sys_get_temp_dir() );
}
// define fake PLUGIN_ABSPATH
if ( ! defined( 'PLUGIN_ABSPATH' ) ) {
define( 'PLUGIN_ABSPATH', sys_get_temp_dir() . '/wp-content/plugins/integra/' );
}
require_once __DIR__ . '/../../vendor/autoload.php';
// Include the class for PluginTestCase
// require_once __DIR__ . '/inc/PluginTestCase.php';
// Since our plugin files are loaded with composer, we should be good to go