Skip to content

Commit

Permalink
remove testIsVip()
Browse files Browse the repository at this point in the history
  • Loading branch information
Webber Wu committed Jul 22, 2016
1 parent d221498 commit 7817aa6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/PIXNET/Pix/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}

0 comments on commit 7817aa6

Please sign in to comment.