Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change as suggested in code review
  • Loading branch information
oliverklee committed Jan 31, 2025
commit 19261f0b122869f19c1dc3bf4219315b21282c26
2 changes: 1 addition & 1 deletion tests/Unit/OutputFormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function getStringQuotingTypeInitiallyReturnsDoubleQuote(): void
*/
public function setStringQuotingTypeSetsStringQuotingType(): void
{
$value = '"';
$value = "'";
$this->subject->setStringQuotingType($value);

self::assertSame($value, $this->subject->getStringQuotingType());
Expand Down