Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
Introduced by merging #6474 and #6448 together
  • Loading branch information
lukasbestle committed Jun 12, 2024
1 parent 9133dee commit d5d1d39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Cms/Languages/LanguageConversionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class LanguageConversionTest extends TestCase
{
public const TMP = KIRBY_TMP_DIR . '/Cms.LanguageConversion';

protected $app;

public function setUp(): void
{
Dir::make(static::TMP);
Expand Down

0 comments on commit d5d1d39

Please sign in to comment.