diff --git a/tests/integration/Commands/MakeSingletonTest.php b/tests/integration/Commands/MakeSingletonTest.php index 1775dbd0c..d7112161e 100644 --- a/tests/integration/Commands/MakeSingletonTest.php +++ b/tests/integration/Commands/MakeSingletonTest.php @@ -18,6 +18,7 @@ public function testCanExecuteCommand(): void '--hasFiles' => true, '--hasRevisions' => true, '--generatePreview' => true, + '--factory' => true, ])->run() );