defineTables(); // This needs to be set because \MailPoet\Doctrine\TablePrefixMetadataFactory can't construct without it MailPoet\Config\Env::$dbPrefix = 'wp_'; // Load tracy $tracyPath = __DIR__ . '/../../tools/vendor/tracy.phar'; require_once($tracyPath);