We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a29142 commit 9a596c7Copy full SHA for 9a596c7
tests/Maker/MakeEntityTest.php
@@ -83,6 +83,8 @@ public function getTestDetails(): \Generator
83
'',
84
// nullable
85
86
+ // no default value
87
+ '',
88
// no more properties
89
90
]);
@@ -216,6 +218,8 @@ public function getTestDetails(): \Generator
216
218
'', // length (default 255)
217
219
220
'y',
221
222
223
// finish adding fields
224
225
@@ -623,6 +627,8 @@ public function getTestDetails(): \Generator
623
627
624
628
625
629
630
631
626
632
633
634
], '--overwrite');
0 commit comments