Skip to content

Commit 9a596c7

Browse files
committed
feature symfony#1557 [make:entity][test] Updated tests for default values
1 parent 5a29142 commit 9a596c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Maker/MakeEntityTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public function getTestDetails(): \Generator
8383
'',
8484
// nullable
8585
'',
86+
// no default value
87+
'',
8688
// no more properties
8789
'',
8890
]);
@@ -216,6 +218,8 @@ public function getTestDetails(): \Generator
216218
'', // length (default 255)
217219
// nullable
218220
'y',
221+
// no default value
222+
'',
219223
// finish adding fields
220224
'',
221225
]);
@@ -623,6 +627,8 @@ public function getTestDetails(): \Generator
623627
'', // length (default 255)
624628
// nullable
625629
'',
630+
// no default value
631+
'',
626632
// finish adding fields
627633
'',
628634
], '--overwrite');

0 commit comments

Comments
 (0)