Skip to content

Commit

Permalink
docs: add @psalm-suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 25, 2023
1 parent ccbddae commit 35044a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/system/Config/BaseConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ public function testBadRegistrar(): void
$this->assertSame('bar', $config->foo);
}

/**
* @psalm-suppress UndefinedClass
*/
public function testDiscoveryNotEnabledWillNotPopulateRegistrarsArray(): void
{
/** @var MockObject&Modules $modules */
Expand Down

0 comments on commit 35044a8

Please sign in to comment.