| 1 | <?php |
||
| 10 | class SetTypeTest extends TestCase { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @return AbstractPlatform |
||
| 14 | */ |
||
| 15 | public function getPlatform() { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @return SetType |
||
| 21 | */ |
||
| 22 | public function getType() { |
||
| 33 | |||
| 34 | public function testConvertsToPHPValue() { |
||
| 40 | |||
| 41 | public function testNullConvertsToPHPValue() { |
||
| 47 | } |
||
| 48 |