Skip to content

Commit

Permalink
Merge pull request #2043 from hydephp/dependabot/npm_and_yarn/prettie…
Browse files Browse the repository at this point in the history
…r-3.4.1

Bump prettier from 3.3.3 to 3.4.1 hydephp/develop@4db8d2e
  • Loading branch information
github-actions committed Nov 26, 2024
1 parent 0546eef commit 72c06bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/DefaultContentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@

class DefaultContentTest extends UnitTestCase
{
protected static bool $needsKernel = true;
public static function setUpBeforeClass(): void
{
self::resetKernel();
}

public function testDefaultPagesArePresent()
{
Expand Down

0 comments on commit 72c06bb

Please sign in to comment.