From eda4324ff6541982249663cde8f8a076d4087fc0 Mon Sep 17 00:00:00 2001 From: ingeniumed Date: Fri, 6 Oct 2023 13:49:48 +1100 Subject: [PATCH] Attempting to shift the definitions around --- vip-integrations.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vip-integrations.php b/vip-integrations.php index 666fa40344..9549897878 100644 --- a/vip-integrations.php +++ b/vip-integrations.php @@ -12,9 +12,8 @@ namespace Automattic\VIP\Integrations; -defined( 'ABSPATH' ) || die(); - // @codeCoverageIgnoreStart -- the actual code here is tested individually in the unit tests. +defined( 'ABSPATH' ) || die(); require_once __DIR__ . '/integrations/integration.php'; require_once __DIR__ . '/integrations/integrations.php'; @@ -28,7 +27,6 @@ IntegrationsSingleton::instance()->register( new BlockDataApiIntegration( 'block-data-api' ) ); IntegrationsSingleton::instance()->register( new ParselyIntegration( 'parsely' ) ); IntegrationsSingleton::instance()->register( new VipGovernanceIntegration( 'vip-governance' ) ); - // @codeCoverageIgnoreEnd /**