diff --git a/tests/PIXNET/Pix/UserTest.php b/tests/PIXNET/Pix/UserTest.php index b635faf..c5f3175 100644 --- a/tests/PIXNET/Pix/UserTest.php +++ b/tests/PIXNET/Pix/UserTest.php @@ -35,10 +35,4 @@ public function testSubClassNotFoundException() { $actual = self::$pixapi->user->notfound; } - - public function testIsVip() - { - $this->assertEquals(1, self::$pixapi->user->isVip(false)); - $this->assertEquals(1, self::$pixapi->user->isVip()); - } }