Public Member Functions | |
testMakeDatabaseTableByFileHandleAndTableName () | |
testGetColumnCountByTableName () | |
testGetFirstRowByTableName () | |
testGetSubset () | |
testDropTableByTableName () | |
testGetCount () | |
testUpdateRowAfterProcessing () | |
testUpdateRowValue () | |
testMakeDatabaseTableByFilePathAndTableNameUsingUnixCsvFile () | |
testMakeDatabaseTableByFilePathAndTableNameUsingWindowsCsvFile () | |
testMakeDatabaseTableByFilePathAndTableNameUsingMacCsvFile () | |
testMakeDatabaseTableFromISO188591WithAccents () | |
testBulkInsert () | |
testDataTypesAreGeneratedCorrectly () | |
![]() | |
setUp () | |
![]() | |
setup () | |
teardown () | |
Static Public Member Functions | |
static | setUpBeforeClass () |
![]() | |
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 ImportDatabaseUtilTest.php.
testGetColumnCountByTableName | ( | ) |
testMakeDatabaseTableByFileHandleAndTableName
Definition at line 200 of file ImportDatabaseUtilTest.php.
testGetFirstRowByTableName | ( | ) |
testGetColumnCountByTableName
Definition at line 208 of file ImportDatabaseUtilTest.php.
testGetSubset | ( | ) |
testGetFirstRowByTableName
Definition at line 227 of file ImportDatabaseUtilTest.php.
testDropTableByTableName | ( | ) |
RedBean_Exception_SQL
Definition at line 241 of file ImportDatabaseUtilTest.php.
testGetCount | ( | ) |
testDropTableByTableName
Definition at line 255 of file ImportDatabaseUtilTest.php.
testUpdateRowAfterProcessing | ( | ) |
testGetCount
Definition at line 268 of file ImportDatabaseUtilTest.php.
testUpdateRowValue | ( | ) |
testUpdateRowAfterProcessing
Definition at line 286 of file ImportDatabaseUtilTest.php.
testMakeDatabaseTableByFilePathAndTableNameUsingUnixCsvFile | ( | ) |
Test if import from file with Windows line-endings works file
Definition at line 1247 of file ImportDatabaseUtilTest.php.
testMakeDatabaseTableByFilePathAndTableNameUsingWindowsCsvFile | ( | ) |
Test if import from file with Windows line-endings works file
Definition at line 1333 of file ImportDatabaseUtilTest.php.
testMakeDatabaseTableByFilePathAndTableNameUsingMacCsvFile | ( | ) |
Test if import from file with Windows line-endings works file
Definition at line 1418 of file ImportDatabaseUtilTest.php.
testMakeDatabaseTableFromISO188591WithAccents | ( | ) |
Test that various accents work correctly going into the database.
Definition at line 1503 of file ImportDatabaseUtilTest.php.
testBulkInsert | ( | ) |
testDropTableByTableName
Definition at line 1553 of file ImportDatabaseUtilTest.php.