vehikl/laravel-twilio-programmable-voice-test-rig
最新稳定版本:v0.0.1-rc.0
Composer 安装命令:
composer require vehikl/laravel-twilio-programmable-voice-test-rig
包简介
A laravel library for testing twilio programmable voice twiml flows
README 文档
README
Test your programmable voice twiml call flows, start to finish. Behind the scenes, uses PHPUnit static assertions, and not tested with Pest.
You need this library if you:
- ☎️ Use twilio's programmable voice for handling phone calls
- 📫 Have multiple endpoints to handle the flow of a call
- 🔀 Multiple paths for the flow of a call
Quick-Start
<?php // ... use Vehikl\LaravelTwilioProgrammableVoiceTestRig\ProgrammableVoiceRig; // ... /** @test */ public function itDoesABasicFlow(): void { // ... }
Setting up your tests
Voice Calls
SMS Messaging
API
Assertions
-
assertTwimlEquals(twml, ...replacements)(works like sprintf) -
assertTwimlContains(twml, ...replacements)(works like sprintf) -
assertTwimlOrder([tag1Name, tag2Name]) -
assertRedirect(uri, method) -
assertSay(textFromASayTag) -
assertPlay(file) -
assertDial(phoneNumber) -
assertPause(numberOfSeconds) -
assertStream(websocketUrl) -
assertRecord(attributes) -
assertGather(attributes, children?) -
assertCallStatus(status) -
assertTwilioHit(uri, method = 'POST', byTwimlTag = null) -
assertCallEnded() -
assertRejected(reason)
Contributors
- Ahmed
- Alex
- Brad
- Eric
- Hunter
- Ian
- John I
- John M
- Jeff C
- Justin S
- Ruta
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-21