Skip to content

Commit

Permalink
Update to expect terminationMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 8, 2023
1 parent c8ab52a commit 4e622ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function testCanCreateNewPublicationTagWithTagNameArgument()

$this->artisan('make:publicationTag foo')
->expectsOutput('Using tag name [foo] from command line argument')
->expectsOutput('Enter the tag values: (end with an empty line)')
->expectsOutput(sprintf("Enter the tag values: (%s)", InputStreamHandler::terminationMessage()))
->expectsOutput('Adding the following tags:')
->expectsOutput(' foo: foo, bar, baz')
->expectsOutput('Saving tag data to [file://'.str_replace('\\', '/', Hyde::path('tags.yml')).']')
Expand Down

0 comments on commit 4e622ca

Please sign in to comment.