@@ -8,8 +8,7 @@ |
||
8 | 8 | use MaxBeckers\AmazonAlexa\Response\Directives\Dialog\ConfirmSlotDirective; |
9 | 9 | use PHPUnit\Framework\TestCase; |
10 | 10 | |
11 | -class ConfirmSlotDirectiveTest extends TestCase |
|
12 | -{ |
|
11 | +class ConfirmSlotDirectiveTest extends TestCase { |
|
13 | 12 | public function testCreate(): void |
14 | 13 | { |
15 | 14 | $confirmSlotDirective = ConfirmSlotDirective::create(''); |
@@ -8,8 +8,7 @@ |
||
8 | 8 | use MaxBeckers\AmazonAlexa\Response\Directives\Dialog\ElicitSlotDirective; |
9 | 9 | use PHPUnit\Framework\TestCase; |
10 | 10 | |
11 | -class ElicitSlotDirectiveTest extends TestCase |
|
12 | -{ |
|
11 | +class ElicitSlotDirectiveTest extends TestCase { |
|
13 | 12 | public function testCreate(): void |
14 | 13 | { |
15 | 14 | $elicitSlotDirective = ElicitSlotDirective::create(''); |
@@ -9,8 +9,7 @@ |
||
9 | 9 | use MaxBeckers\AmazonAlexa\Response\Directives\Dialog\UpdateDynamicEntities\Replace; |
10 | 10 | use PHPUnit\Framework\TestCase; |
11 | 11 | |
12 | -class ReplaceTest extends TestCase |
|
13 | -{ |
|
12 | +class ReplaceTest extends TestCase { |
|
14 | 13 | public function testCreateWithReplaceBehaviour(): void |
15 | 14 | { |
16 | 15 | $type = Type::create('AirportSlotType', [ |
@@ -7,8 +7,7 @@ |
||
7 | 7 | use MaxBeckers\AmazonAlexa\Response\Directives\Dialog\UpdateDynamicEntities\Clear; |
8 | 8 | use PHPUnit\Framework\TestCase; |
9 | 9 | |
10 | -class ClearTest extends TestCase |
|
11 | -{ |
|
10 | +class ClearTest extends TestCase { |
|
12 | 11 | public function testCreate(): void |
13 | 12 | { |
14 | 13 | /** @var Clear $directive */ |
@@ -7,8 +7,7 @@ |
||
7 | 7 | use MaxBeckers\AmazonAlexa\Response\Directives\Dialog\Entity\TypeValue; |
8 | 8 | use PHPUnit\Framework\TestCase; |
9 | 9 | |
10 | -class TypeValueTest extends TestCase |
|
11 | -{ |
|
10 | +class TypeValueTest extends TestCase { |
|
12 | 11 | public function testCreate(): void |
13 | 12 | { |
14 | 13 | $typeValue = TypeValue::create('BOS', 'Logan International Airport', ['Boston Logan']); |
@@ -8,8 +8,7 @@ |
||
8 | 8 | use MaxBeckers\AmazonAlexa\Response\Directives\Dialog\Entity\TypeValue; |
9 | 9 | use PHPUnit\Framework\TestCase; |
10 | 10 | |
11 | -class TypeTest extends TestCase |
|
12 | -{ |
|
11 | +class TypeTest extends TestCase { |
|
13 | 12 | public function testCreate(): void |
14 | 13 | { |
15 | 14 | $type = Type::create('AirportSlotType', [ |
@@ -8,8 +8,7 @@ |
||
8 | 8 | use MaxBeckers\AmazonAlexa\Response\Directives\Dialog\ConfirmIntentDirective; |
9 | 9 | use PHPUnit\Framework\TestCase; |
10 | 10 | |
11 | -class ConfirmIntentDirectiveTest extends TestCase |
|
12 | -{ |
|
11 | +class ConfirmIntentDirectiveTest extends TestCase { |
|
13 | 12 | public function testCreate(): void |
14 | 13 | { |
15 | 14 | $confirmIntentDirective = ConfirmIntentDirective::create(); |
@@ -21,8 +21,7 @@ |
||
21 | 21 | use MaxBeckers\AmazonAlexa\Response\Directives\System\Error; |
22 | 22 | use PHPUnit\Framework\TestCase; |
23 | 23 | |
24 | -class AudioTest extends TestCase |
|
25 | -{ |
|
24 | +class AudioTest extends TestCase { |
|
26 | 25 | public function testStream(): void |
27 | 26 | { |
28 | 27 | $stream = Stream::create('testurl', 'token'); |
@@ -15,8 +15,7 @@ |
||
15 | 15 | use MaxBeckers\AmazonAlexa\Response\Directives\Display\TextContent; |
16 | 16 | use PHPUnit\Framework\TestCase; |
17 | 17 | |
18 | -class DisplayTest extends TestCase |
|
19 | -{ |
|
18 | +class DisplayTest extends TestCase { |
|
20 | 19 | public function testText(): void |
21 | 20 | { |
22 | 21 | $text = Text::create('Test'); |