Skip to content

Commit

Permalink
Fixed type in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy authored and jrfnl committed May 1, 2023
1 parent 88019e8 commit 1b6c38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Settings.parseArguments.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SettingsParseArgumentsTest extends Tester\TestCase
$expectedSettings->colors = Settings::DISABLED;
$expectedSettings->showProgress = true;
$expectedSettings->format = Settings::FORMAT_TEXT;
$expectedSettings->deprecated = false;
$expectedSettings->showDeprecated = false;

Assert::equal($expectedSettings->shortTag, $settings->shortTag);
Assert::equal($expectedSettings->aspTags, $settings->aspTags);
Expand Down

0 comments on commit 1b6c38d

Please sign in to comment.