Skip to content

Commit cd7ee2e

Browse files
authored
Merge pull request #15 from alexkart/codex/update-comment-in-commandtest.php
Fix default quote comment
2 parents 6d2ffa1 + 824218d commit cd7ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function testBuildSetQuoteCharacter(): void
144144
$command = $this->getNewCommand();
145145
$command->addOption('-d', 'arbitrary');
146146

147-
// default is singe
147+
// default is single
148148
$this->assertSame("curl -d 'arbitrary' http://example.com", $command->build());
149149

150150
$command->setQuoteCharacter(Command::QUOTE_DOUBLE);

0 commit comments

Comments
 (0)