Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class ElicitSlotDirectiveTest extends TestCase |
||
12 | { |
||
13 | public function testCreate(): void |
||
14 | { |
||
15 | $elicitSlotDirective = ElicitSlotDirective::create(''); |
||
16 | $this->assertSame('Dialog.ElicitSlot', $elicitSlotDirective->type); |
||
17 | } |
||
18 | |||
19 | public function testCreateWithIntent(): void |
||
26 | } |
||
27 | } |
||
28 |