Skip to content

Commit

Permalink
OP-545: Behat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Sep 20, 2024
1 parent 41302f5 commit e4399d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Behat/Context/Setup/TemplateContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ final class TemplateContext implements Context
{
private Filesystem $filesystem;

private string $tempConfigFile;
private string $tempConfigFile = '';

private string $tempTemplateFile;
private string $tempTemplateFile = '';

public function __construct()
{
Expand Down

0 comments on commit e4399d5

Please sign in to comment.