From 7817aa65f294c09fff43a67dbb070b1fb0b847ac Mon Sep 17 00:00:00 2001 From: Webber Wu Date: Fri, 22 Jul 2016 09:42:02 +0800 Subject: [PATCH] remove testIsVip() --- tests/PIXNET/Pix/UserTest.php | 6 ------ 1 file changed, 6 deletions(-) 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()); - } }