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

List of all members.

Public Member Functions

 setUp ()
 tearDown ()
 configurationIsUsingAdodbAndDriverPostgres ()
 tablesWithMappingAreDetected ()
 limitIsProperlyRemapped ()
 limitWithSkipIsProperlyRemapped ()
 findInSetIsProperlyRemapped ()
 likeBinaryOperatorIsRemappedToLike ()
 notLikeBinaryOperatorIsRemappedToNotLike ()
 likeOperatorIsRemappedToIlike ()
 notLikeOperatorIsRemappedToNotIlike ()

Protected Attributes

 $db
 $dbalConfig

Private Member Functions

 cleanSql ($sql)

Detailed Description

Definition at line 39 of file dbPostgresqlTest.php.


Member Function Documentation

dbPostgresqlTest::cleanSql ( sql) [private]
dbPostgresqlTest::configurationIsUsingAdodbAndDriverPostgres ( )
Test:

Definition at line 106 of file dbPostgresqlTest.php.

References $GLOBALS.

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

Definition at line 168 of file dbPostgresqlTest.php.

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

dbPostgresqlTest::likeBinaryOperatorIsRemappedToLike ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=12535

Definition at line 182 of file dbPostgresqlTest.php.

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

dbPostgresqlTest::likeOperatorIsRemappedToIlike ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=12535

Definition at line 210 of file dbPostgresqlTest.php.

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

dbPostgresqlTest::limitIsProperlyRemapped ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=2367

Definition at line 134 of file dbPostgresqlTest.php.

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

dbPostgresqlTest::limitWithSkipIsProperlyRemapped ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=2367

Definition at line 151 of file dbPostgresqlTest.php.

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

dbPostgresqlTest::notLikeBinaryOperatorIsRemappedToNotLike ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=12535

Definition at line 196 of file dbPostgresqlTest.php.

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

dbPostgresqlTest::notLikeOperatorIsRemappedToNotIlike ( )
Test:
See also:
http://bugs.typo3.org/view.php?id=12535

Definition at line 224 of file dbPostgresqlTest.php.

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

dbPostgresqlTest::setUp ( )

Prepares the environment before running a test.

Definition at line 54 of file dbPostgresqlTest.php.

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

dbPostgresqlTest::tablesWithMappingAreDetected ( )
Test:

Definition at line 116 of file dbPostgresqlTest.php.

References $GLOBALS.

dbPostgresqlTest::tearDown ( )

Cleans up the environment after running a test.

Definition at line 78 of file dbPostgresqlTest.php.

References $GLOBALS.


Member Data Documentation

dbPostgresqlTest::$db [protected]

Definition at line 44 of file dbPostgresqlTest.php.

dbPostgresqlTest::$dbalConfig [protected]

Definition at line 49 of file dbPostgresqlTest.php.


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