mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
EnumTraitTest: use @doesNotPerformAssertions
This commit is contained in:
parent
31fcd8e5fa
commit
31405f7587
@ -27,9 +27,12 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class EnumTraitTest extends TestCase{
|
||||
|
||||
/**
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testEnumLazyInit() : void{
|
||||
foreach([TestEnum::ONE(), TestEnum::TWO(), TestEnum::THREE()] as $member){
|
||||
self::assertInstanceOf(TestEnum::class, $member);
|
||||
//NOOP
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user