Public Member Functions | |
testBooleanAcceptableValuesMappingAndSqlOneOfString () | |
testImportDataAnalysisResultsForMultiSelectWithNothingWrong () | |
testImportDataAnalysisResultsForMultiSelectMissingMappingRuleForm () | |
testImportDataAnalysisResults () | |
testMinimumLengthsUsingBatchAnalyzers () | |
![]() | |
setUp () | |
![]() | |
setup () | |
teardown () | |
Static Public Member Functions | |
static | setUpBeforeClass () |
static | getDependentTestModelClassNames () |
![]() | |
static | tearDownAfterClass () |
![]() | |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
![]() | |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
static | resetAndPopulateFilesArrayByFilePathAndName ($arrayName, $filePath, $fileName) |
static | getDependentTestModelClassNames () |
static | getReflectedPropertyValue ($object, $propertyName) |
Additional Inherited Members | |
![]() | |
static | $activateDefaultLanguages = false |
![]() | |
static | $activateDefaultLanguages = false |
![]() | |
endPrintOutputBufferAndFail () | |
![]() | |
assertWithinTolerance ($expected, $actual, $plusMinus) | |
assertWithinPercentage ($expected, $actual, $percentage) | |
isDebug () | |
![]() | |
static | getStringByLength ($length) |
![]() | |
static | startOutputBuffer () |
static | endAndGetOutputBuffer () |
![]() | |
static | getProtectedMethod ($className, $methodName) |
![]() | |
static | $activitiesObserver |
static | $conversationsObserver |
static | $emailMessagesObserver |
static | $contactLatestActivityDateTimeObserver |
static | $accountLatestActivityDateTimeObserver |
static | $accountContactAffiliationObserver |
Definition at line 37 of file ImportDataAnalyzerTest.php.
testBooleanAcceptableValuesMappingAndSqlOneOfString | ( | ) |
This test was needed because of the wierd type casting issues with 0 and 1 and '1' and '0' as keys in an array. '0' and '1' turn into integers which they shouldn't and this messes up the oneOf sql query builder. Additionally on some versions of MySQL, 0,1 in a NOT IN, will evaluate true to 'abc' which it shouldn't. As a result the 0/1 boolean values have been removed from the BooleanSanitizerUtil::getAcceptableValues().
Definition at line 103 of file ImportDataAnalyzerTest.php.
testImportDataAnalysisResultsForMultiSelectWithNothingWrong | ( | ) |
testBooleanAcceptableValuesMappingAndSqlOneOfString
Definition at line 114 of file ImportDataAnalyzerTest.php.
testImportDataAnalysisResultsForMultiSelectMissingMappingRuleForm | ( | ) |
It should not throw an exception even though the mappingRuleForm is missing. This could happen if the multi-select default value is unselected entirely testImportDataAnalysisResultsForMultiSelectWithNothingWrong
Definition at line 155 of file ImportDataAnalyzerTest.php.
testImportDataAnalysisResults | ( | ) |
testImportDataAnalysisResultsForMultiSelectMissingMappingRuleForm
Definition at line 192 of file ImportDataAnalyzerTest.php.
testMinimumLengthsUsingBatchAnalyzers | ( | ) |
testImportDataAnalysisResults
Definition at line 695 of file ImportDataAnalyzerTest.php.