Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
setUp () | |
testSuccessfullRead () | |
testFailOnInvalidColumnDeclaration () | |
testForeignKeyInterpreter () | |
![]() | |
setData (array $data) | |
flushData () | |
getData () | |
The purpose of this test is validating schema reader operations.
Definition at line 17 of file SchemaReaderTest.php.
setUp | ( | ) |
Definition at line 29 of file SchemaReaderTest.php.
testFailOnInvalidColumnDeclaration | ( | ) |
@expectedException \Magento\Framework\Exception\LocalizedException @expectedExceptionMessageRegExp /The attribute 'scale' is not allowed./ @moduleName Magento_TestSetupDeclarationModule1
Definition at line 68 of file SchemaReaderTest.php.
testForeignKeyInterpreter | ( | ) |
@moduleName Magento_TestSetupDeclarationModule1 @dataProviderFromFile Magento/TestSetupDeclarationModule1/fixture/foreign_key_interpreter_result.php
Definition at line 78 of file SchemaReaderTest.php.
testSuccessfullRead | ( | ) |
@moduleName Magento_TestSetupDeclarationModule1 @dataProviderFromFile Magento/TestSetupDeclarationModule1/fixture/valid_xml_revision_1.php
Definition at line 40 of file SchemaReaderTest.php.