Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
PersistenceGenerationTest Class Reference
Inheritance diagram for PersistenceGenerationTest:
MftfTestCase

Public Member Functions

 testPersistedDeclarations ()
 
 testPersistenceActionGroupAppendingTest ()
 
- Public Member Functions inherited from MftfTestCase
 generateAndCompareTest ($testName)
 
 validateSchemaErrorWithTest ($fileContents, $objectType, $expectedError)
 

Additional Inherited Members

- Data Fields inherited from MftfTestCase
const RESOURCES_PATH
 

Detailed Description

Definition at line 10 of file PersistenceGenerationTest.php.

Member Function Documentation

◆ testPersistedDeclarations()

testPersistedDeclarations ( )

Tests complex persistence declarations in xml as they are generated to php.

Definition at line 15 of file PersistenceGenerationTest.php.

16  {
17  $this->generateAndCompareTest('PersistenceCustomFieldsTest');
18  }
generateAndCompareTest($testName)

◆ testPersistenceActionGroupAppendingTest()

testPersistenceActionGroupAppendingTest ( )

Tests complex persistence declarations in xml as they are generated to php.

Definition at line 23 of file PersistenceGenerationTest.php.

24  {
25  $this->generateAndCompareTest('PersistenceActionGroupAppendingTest');
26  }
generateAndCompareTest($testName)

The documentation for this class was generated from the following file: