| 1 | <?php declare(strict_types = 1); |
||
| 21 | class TimestampTypeTest extends TypeTestCase |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var int |
||
| 25 | */ |
||
| 26 | protected $time = 641073600; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Test type |
||
| 30 | */ |
||
| 31 | public function testType(): void |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @param Form $form |
||
| 49 | * |
||
| 50 | * @return void |
||
| 51 | */ |
||
| 52 | private function assertForm(Form $form): void |
||
| 57 | } |
||
| 58 |