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 594518a commit c75fb2fCopy full SHA for c75fb2f
tests/Feature/UpdateCommandTest.php
@@ -76,7 +76,7 @@
76
it('expects question if latest-version option is missing', function () {
77
$this->artisan(UpdateCommand::class, [
78
'--release-notes' => '::release-notes::',
79
- ])->expectsQuestion('What version should the CHANGELOG should be updated too?', 'v1.0.0');
+ ])->expectsQuestion('What version should the CHANGELOG be updated too?', 'v1.0.0');
80
});
81
82
it('uses current date for release date if no option is provieded', function () {
0 commit comments