Skip to content

Commit b277f5a

Browse files
committed
Stop support for Guzzle 6
1 parent 4274956 commit b277f5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/ManagerTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,19 @@ protected function setUp(): void
3535
$this->adapter = \Mockery::mock(AdapterInterface::class);
3636
}
3737

38+
/**
39+
* @psalm-suppress RedundantCondition
40+
*/
3841
public function testConstruct(): void
3942
{
4043
$manager = new Manager($this->adapter);
4144

4245
$this->assertInstanceOf(Manager::class, $manager);
4346
}
4447

48+
/**
49+
* @psalm-suppress RedundantCondition
50+
*/
4551
public function testGetSecret(): void
4652
{
4753
$secret = new Secret('foo', 'bar');

0 commit comments

Comments
 (0)