Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Jan 10, 2024
1 parent 5ec549a commit eefa833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ parameters:
count: 1
path: tests/src/TestSuites/ThunderTestSuite.php

-
message: "#^Missing call to parent\\:\\:setUp\\(\\) method.$#"
count: 1
path: tests/src/Functional/Installer/ThunderInstallerTest.php

-
message: "#^Call to method id\\(\\) on an unknown class Drupal\\\\entity_browser\\\\Entity\\\\EntityBrowser\\.$#"
count: 1
Expand Down
2 changes: 2 additions & 0 deletions tests/src/Functional/Installer/ThunderInstallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Drupal\Tests\thunder\Functional\Installer;

use Drupal\Component\Utility\Html;
use Drupal\Component\Utility\Unicode;
use Drupal\Core\DrupalKernel;
use Drupal\Core\Http\ClientFactory;
use Drupal\Core\Language\Language;
Expand Down

0 comments on commit eefa833

Please sign in to comment.