Total Complexity | 4 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class PostgreSql91PlatformTest extends PostgreSqlPlatformTest |
||
9 | { |
||
10 | public function createPlatform() |
||
13 | } |
||
14 | |||
15 | public function testSupportsColumnCollation() : void |
||
16 | { |
||
17 | self::assertTrue($this->_platform->supportsColumnCollation()); |
||
18 | } |
||
19 | |||
20 | public function testColumnCollationDeclarationSQL() : void |
||
25 | ); |
||
26 | } |
||
27 | |||
28 | public function testGetCreateTableSQLWithColumnCollation() : void |
||
41 |