Skip to content

Commit

Permalink
Attempting to shift the definitions around
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Oct 6, 2023
1 parent 76a7036 commit eda4324
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vip-integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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

/**
Expand Down

0 comments on commit eda4324

Please sign in to comment.