Skip to content

Commit

Permalink
fixed helpsection test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed Apr 26, 2024
1 parent 80ce54a commit 0716917
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?php

namespace Drupal\Tests\soe_profile\Unit\Plugin\HelpSection;
namespace Drupal\Tests\engineering_profile\Unit\Plugin\HelpSection;

use Drupal\Core\DependencyInjection\ContainerBuilder;
use Drupal\Core\Utility\LinkGeneratorInterface;
use Drupal\soe_profile\Plugin\HelpSection\ProfileConnectSection;
use Drupal\engineering_profile\Plugin\HelpSection\ProfileConnectSection;
use Drupal\Tests\UnitTestCase;

/**
* Class ProfileConnectSectionTest
*
* @group soe_profile
* @coversDefaultClass \Drupal\soe_profile\Plugin\HelpSection\ProfileConnectSection
* @group engineering_profile
* @coversDefaultClass \Drupal\engineering_profile\Plugin\HelpSection\ProfileConnectSection
*/
class ProfileConnectSectionTest extends UnitTestCase {

Expand Down

0 comments on commit 0716917

Please sign in to comment.