Skip to content

Commit deeee88

Browse files
committed
fix: Update CachedArrayKeywords to accommodate the new file paths
As expected, this needs to be updated to reflect the file having moved in Behat#288.
1 parent 4cfb878 commit deeee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Keywords/CachedArrayKeywords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CachedArrayKeywords extends ArrayKeywords
2121
{
2222
public static function withDefaultKeywords(): self
2323
{
24-
return new self(__DIR__ . '/../../../../i18n.php');
24+
return new self(__DIR__ . '/../../../i18n.php');
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)