Skip to content

Commit

Permalink
Minor SA fix
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Jan 25, 2024
1 parent 53bb9c7 commit 43fa45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Resolver/TemplatePathStackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function testAllowsSettingOptions($options): void
$this->stack->setOptions($options);
$this->assertFalse($this->stack->isLfiProtectionOn());

$this->assertSame($options['default_suffix'], $this->stack->getDefaultSuffix());
$this->assertSame('php', $this->stack->getDefaultSuffix());

$this->assertEquals(array_reverse($this->paths), $this->stack->getPaths()->toArray());
}
Expand Down

0 comments on commit 43fa45d

Please sign in to comment.