We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb78375 commit bf478caCopy full SHA for bf478ca
1 file changed
tests/ScriptureHeaderFixerTest.php
@@ -37,7 +37,6 @@ public function configuration_definition_contains_author_bible_and_template_opti
37
#[Test]
38
public function defaults_are_taken_when_no_configuration_given(): void
39
{
40
- // Wir brauchen eine Subklasse, um protected props auszulesen
41
$fixer = new class extends ScriptureHeaderFixer {
42
public function getComposerAuthor(): string
43
@@ -62,7 +61,7 @@ public function exposeTemplatePath(): string
62
61
};
63
64
$resolver = $fixer->getConfigurationDefinition();
65
- $resolved = $resolver->resolve([]); // keine Optionen übergeben
+ $resolved = $resolver->resolve([]);
66
$fixer->configure($resolved);
67
68
$this->assertSame('johninamillion', $fixer->exposeAuthor());
0 commit comments