Skip to content

Commit 30ff05a

Browse files
committed
#35: test updated
1 parent 065c8eb commit 30ff05a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/Method/SendDiceMethodTest.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ public function dataProvider(): array
5252
]
5353
),
5454
],
55+
[
56+
$this->getApi(SendDiceMethod::EMOJI_BASKETBALL),
57+
SendDiceMethod::createWithBasketball(
58+
'chat_id',
59+
[
60+
'disableNotification' => true,
61+
'replyToMessageId' => 1,
62+
'replyMarkup' => $this->buildInlineMarkupObject(),
63+
]
64+
),
65+
],
5566
];
5667
}
5768

0 commit comments

Comments
 (0)