Quality of life. Removing a lot of requirements etc
This commit is contained in:
@ -22,6 +22,7 @@ final class NtfyTest extends TestCase
|
||||
*/
|
||||
private MockObject $client;
|
||||
|
||||
#[\Override]
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->client = $this->createMock(Client::class);
|
||||
@ -29,7 +30,7 @@ final class NtfyTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.StaticAccess)
|
||||
* @SuppressWarnings("PHPMD.StaticAccess")
|
||||
*/
|
||||
public function testFactory(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user