'https://example.com', 'type' => InlineButtonType::Link->value, 'text' => 'Test Button', ]; $resultArray = $button->toArray(); $this->assertSame($expectedArray, $resultArray); } }