Skip to content

Commit

Permalink
Skip InlineKeyboardButtonTest:testOneOptionalFieldMustBePresented
Browse files Browse the repository at this point in the history
  • Loading branch information
nexor committed Oct 1, 2016
1 parent 4c8ced1 commit 15a440b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Type/InlineKeyboardButtonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public function testJsonSerialize()

public function testOneOptionalFieldMustBePresented()
{
$this->markTestSkipped("Test skipped due to json bug in PHP < 7.1RC3");

$button = new InlineKeyboardButton('button1');

try {
Expand Down

0 comments on commit 15a440b

Please sign in to comment.