| 1 | <?php |
||
| 16 | class DateTypeTest extends PHPUnit_Framework_TestCase |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var Type |
||
| 20 | */ |
||
| 21 | protected $type; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var MySQL57Platform |
||
| 25 | */ |
||
| 26 | protected $platform; |
||
| 27 | |||
| 28 | public function setUp() |
||
| 34 | |||
| 35 | public function testConvertToPHPValue() |
||
| 40 | |||
| 41 | public function testGetName() |
||
| 45 | } |
||
| 46 |