|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| setUp () | |
| tearDown () | |
| concatCanBeParsedAfterLikeOperator () | |
| floatNumberCanBeStoredInDatabase () | |
| positive64BitIntegerIsSupported () | |
| negative64BitIntegerIsSupported () | |
| sqlForInsertWithMultipleRowsIsValid () | |
| minFunctionAndInOperatorCanBeParsed () | |
| maxFunctionAndInOperatorCanBeParsed () | |
| likeBinaryOperatorIsKept () | |
| notLikeBinaryOperatorIsKept () | |
| similarNamedParametersAreProperlyReplaced () | |
Protected Member Functions | |
| createFakeExtension ($tableDefinition) | |
Protected Attributes | |
| $db | |
| $loadedExtensions | |
| $temporaryFiles | |
Private Member Functions | |
| cleanSql ($sql) | |
Definition at line 38 of file dbGeneralTest.php.
| dbGeneralTest::cleanSql | ( | $ | sql | ) | [private] |
Cleans a SQL query.
| mixed | $sql |
Definition at line 90 of file dbGeneralTest.php.
Referenced by concatCanBeParsedAfterLikeOperator(), floatNumberCanBeStoredInDatabase(), likeBinaryOperatorIsKept(), maxFunctionAndInOperatorCanBeParsed(), minFunctionAndInOperatorCanBeParsed(), negative64BitIntegerIsSupported(), notLikeBinaryOperatorIsKept(), positive64BitIntegerIsSupported(), and sqlForInsertWithMultipleRowsIsValid().
| dbGeneralTest::concatCanBeParsedAfterLikeOperator | ( | ) |
Definition at line 125 of file dbGeneralTest.php.
References $GLOBALS, $query, and cleanSql().
| dbGeneralTest::createFakeExtension | ( | $ | tableDefinition | ) | [protected] |
Creates a fake extension with a given table definition.
| string | $tableDefinition | SQL script to create the extension's tables |
Definition at line 106 of file dbGeneralTest.php.
References $GLOBALS, t3lib_div\tempnam(), and t3lib_div\writeFile().
Referenced by floatNumberCanBeStoredInDatabase(), negative64BitIntegerIsSupported(), and positive64BitIntegerIsSupported().
| dbGeneralTest::floatNumberCanBeStoredInDatabase | ( | ) |
Definition at line 141 of file dbGeneralTest.php.
References $GLOBALS, $query, cleanSql(), and createFakeExtension().
| dbGeneralTest::likeBinaryOperatorIsKept | ( | ) |
Definition at line 250 of file dbGeneralTest.php.
References $GLOBALS, $query, and cleanSql().
| dbGeneralTest::maxFunctionAndInOperatorCanBeParsed | ( | ) |
Definition at line 236 of file dbGeneralTest.php.
References $GLOBALS, $query, and cleanSql().
| dbGeneralTest::minFunctionAndInOperatorCanBeParsed | ( | ) |
Definition at line 222 of file dbGeneralTest.php.
References $GLOBALS, $query, and cleanSql().
| dbGeneralTest::negative64BitIntegerIsSupported | ( | ) |
Definition at line 181 of file dbGeneralTest.php.
References $GLOBALS, $query, cleanSql(), and createFakeExtension().
| dbGeneralTest::notLikeBinaryOperatorIsKept | ( | ) |
Definition at line 264 of file dbGeneralTest.php.
References $GLOBALS, $query, and cleanSql().
| dbGeneralTest::positive64BitIntegerIsSupported | ( | ) |
Definition at line 161 of file dbGeneralTest.php.
References $GLOBALS, $query, cleanSql(), and createFakeExtension().
| dbGeneralTest::setUp | ( | ) |
Prepares the environment before running a test.
Definition at line 58 of file dbGeneralTest.php.
References $GLOBALS, and BaseTestCase\buildAccessibleProxy().
| dbGeneralTest::similarNamedParametersAreProperlyReplaced | ( | ) |
Definition at line 282 of file dbGeneralTest.php.
References $query, and BaseTestCase\buildAccessibleProxy().
| dbGeneralTest::sqlForInsertWithMultipleRowsIsValid | ( | ) |
Definition at line 201 of file dbGeneralTest.php.
References $GLOBALS, $query, and cleanSql().
| dbGeneralTest::tearDown | ( | ) |
Cleans up the environment after running a test.
Definition at line 73 of file dbGeneralTest.php.
References $GLOBALS.
dbGeneralTest::$db [protected] |
Definition at line 43 of file dbGeneralTest.php.
dbGeneralTest::$loadedExtensions [protected] |
Definition at line 48 of file dbGeneralTest.php.
dbGeneralTest::$temporaryFiles [protected] |
Definition at line 53 of file dbGeneralTest.php.
1.7.5.1