| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | final class FrameTest extends \DaveRandom\LibLifxLan\Tests\Header\FrameTest |
||
| 10 | { |
||
| 11 | protected function setUp(): void |
||
| 15 | } |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @expectedException \DaveRandom\LibLifxLan\Exceptions\InvalidValueException |
||
| 20 | */ |
||
| 21 | public function testSourcePropertyValueTooLow(): void |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @expectedException \DaveRandom\LibLifxLan\Exceptions\InvalidValueException |
||
| 28 | */ |
||
| 29 | public function testSourcePropertyValueTooHigh(): void |
||
| 34 |