| 1 | <?php declare(strict_types = 1); |
||
| 21 | class Bukashk0zzzTimestampTypeExtensionTest extends TestCase |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var Bukashk0zzzTimestampTypeExtension Bukashk0zzzTimestampTypeExtension |
||
| 25 | */ |
||
| 26 | private $extension; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @var ContainerBuilder Container builder |
||
| 30 | */ |
||
| 31 | private $container; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | protected function setUp() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Test load extension |
||
| 45 | */ |
||
| 46 | public function testLoadExtension(): void |
||
| 54 | } |
||
| 55 |