You are here

public static property ProductAttributeValueFilterTest::$testViews in Commerce Core 8.2

Views to be enabled.

Test classes should override this property and provide the list of testing views.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

modules/product/tests/src/Kernel/Views/ProductAttributeValueFilterTest.php, line 35

Class

ProductAttributeValueFilterTest
Tests the commerce_product_attribute_value views filter.

Namespace

Drupal\Tests\commerce_product\Kernel\Views

Code

public static $testViews = [
  'test_product_variations',
];