Skip to content

Commit

Permalink
VACMS-17116: Renames view and test module.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsasser committed Feb 27, 2024
1 parent 4c174e0 commit b07ddf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- node
- user
- va_gov_eca
id: test_default
id: va_gov_eca_default_content
label: 'Test Default'
module: views
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class ViewsResultConditionTest extends KernelTestBase {
*
* @var string[]
*/
public static $testViews = ['test_default'];
public static $testViews = ['va_gov_eca_default_content'];

/**
* {@inheritdoc}
Expand All @@ -42,7 +42,7 @@ final class ViewsResultConditionTest extends KernelTestBase {
'eca',
'eca_base',
'va_gov_eca',
'va_gov_eca_views_tests',
'va_gov_eca_test_views',
];

/**
Expand All @@ -66,8 +66,8 @@ protected function setUp(): void {
$this->createContentType(['type' => 'default']);

// Create View from config.
ViewTestData::createTestViews(ViewsResultConditionTest::class, ['va_gov_eca_views_tests']);
$view = View::load('test_default');
ViewTestData::createTestViews(ViewsResultConditionTest::class, ['va_gov_eca_test_views']);
$view = View::load('va_gov_eca_default_content');

// Create our Condition plugin instance.
$config = [
Expand Down

0 comments on commit b07ddf4

Please sign in to comment.