TYPO3 API  SVNRelease
Public Member Functions | Protected Attributes | Private Member Functions
dbMssqlTest Class Reference
Inheritance diagram for dbMssqlTest:
Inheritance graph
[legend]
Collaboration diagram for dbMssqlTest:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 setUp ()
 tearDown ()
 configurationIsUsingAdodbAndDriverMssql ()
 tablesWithMappingAreDetected ()
 findInSetIsProperlyRemapped ()
 canRemapPidToZero ()
 locateStatementIsProperlyQuoted ()
 locateStatementWithPositionIsProperlyQuoted ()
 locateStatementIsProperlyRemapped ()
 locateStatementWithExternalTableIsProperlyRemapped ()
 IfNullIsProperlyRemapped ()

Protected Attributes

 $db
 $dbalConfig

Private Member Functions

 cleanSql ($sql)

Detailed Description

Definition at line 39 of file dbMssqlTest.php.


Member Function Documentation

dbMssqlTest::canRemapPidToZero ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=13490

Definition at line 153 of file dbMssqlTest.php.

References $GLOBALS, $query, and cleanSql().

dbMssqlTest::cleanSql ( sql) [private]
dbMssqlTest::configurationIsUsingAdodbAndDriverMssql ( )
Test:

Definition at line 106 of file dbMssqlTest.php.

References $GLOBALS.

dbMssqlTest::findInSetIsProperlyRemapped ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=14985

Definition at line 134 of file dbMssqlTest.php.

References $GLOBALS, $query, and cleanSql().

dbMssqlTest::IfNullIsProperlyRemapped ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=6196

Definition at line 251 of file dbMssqlTest.php.

References $GLOBALS, $query, and cleanSql().

dbMssqlTest::locateStatementIsProperlyQuoted ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=13134

Definition at line 175 of file dbMssqlTest.php.

References $GLOBALS, $query, and cleanSql().

dbMssqlTest::locateStatementIsProperlyRemapped ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=13134

Definition at line 209 of file dbMssqlTest.php.

References $GLOBALS, $query, and cleanSql().

dbMssqlTest::locateStatementWithExternalTableIsProperlyRemapped ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=13134

Definition at line 230 of file dbMssqlTest.php.

References $GLOBALS, $query, and cleanSql().

dbMssqlTest::locateStatementWithPositionIsProperlyQuoted ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=13134

Definition at line 192 of file dbMssqlTest.php.

References $GLOBALS, $query, and cleanSql().

dbMssqlTest::setUp ( )

Prepares the environment before running a test.

Definition at line 54 of file dbMssqlTest.php.

References $GLOBALS, BaseTestCase\buildAccessibleProxy(), and FakeDbConnection\connect().

dbMssqlTest::tablesWithMappingAreDetected ( )
Test:

Definition at line 116 of file dbMssqlTest.php.

References $GLOBALS.

dbMssqlTest::tearDown ( )

Cleans up the environment after running a test.

Definition at line 78 of file dbMssqlTest.php.

References $GLOBALS.


Member Data Documentation

dbMssqlTest::$db [protected]

Definition at line 44 of file dbMssqlTest.php.

dbMssqlTest::$dbalConfig [protected]

Definition at line 49 of file dbMssqlTest.php.


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