We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1315d commit a0273edCopy full SHA for a0273ed
tests/Integration/Doctrine/DBAL/Types/PrimaryStringTypeTest.php
@@ -0,0 +1,23 @@
1
+<?php
2
+declare(strict_types = 1);
3
+/**
4
+ * /tests/Integration/Doctrine/DBAL/Types/PrimaryStringTypeTest.php
5
+ *
6
+ * @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
7
+ */
8
+
9
+namespace App\Tests\Integration\Doctrine\DBAL\Types;
10
11
+use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
12
13
14
+ * @package App\Tests\Integration\Doctrine\DBAL\Types
15
16
17
+class PrimaryStringTypeTest extends KernelTestCase
18
+{
19
+ public function testThatSomething(): void
20
+ {
21
+ static::markTestSkipped('This test is not yet implemented');
22
+ }
23
+}
0 commit comments