mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
tests: phpdoc cleanup
This commit is contained in:
@ -49,10 +49,6 @@ class ApiVersionTest extends TestCase{
|
||||
|
||||
/**
|
||||
* @dataProvider compatibleApiProvider
|
||||
*
|
||||
* @param string $myVersion
|
||||
* @param string $wantVersion
|
||||
* @param bool $expected
|
||||
*/
|
||||
public function testCompatibleApi(string $myVersion, string $wantVersion, bool $expected) : void{
|
||||
self::assertSame($expected, ApiVersion::isCompatible($myVersion, [$wantVersion]), "my version: $myVersion, their version: $wantVersion, expect " . ($expected ? "yes" : "no"));
|
||||
|
Reference in New Issue
Block a user