public function ViewConfigTest::testViewConfigEntity in Acquia Content Hub 8.2
Tests View Configuration Entity import/export.
@dataProvider viewConfigEntityDataProvider
Parameters
mixed $args: Arguments. @see ImportExportTestBase::contentEntityImportExport() for the details.
Throws
\Exception
File
- tests/
src/ Kernel/ ViewConfigTest.php, line 57
Class
- ViewConfigTest
- Class ViewConfigTest.
Namespace
Drupal\Tests\acquia_contenthub\KernelCode
public function testViewConfigEntity(...$args) {
parent::configEntityImportExport(...$args);
}