dbudwin/RoboHome-Web

View on GitHub
tests/Unit/DeviceActionInfo/DeviceActionInfoBrokerTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Each class must be in a file by itself
Open

class FakeDeviceModel extends Model

Line exceeds 120 characters; contains 123 characters
Open

        $this->assertJsonResponse($response, json_encode(['error' => "Action '$action' not implemented for device"]), 400);

Line exceeds 120 characters; contains 130 characters
Open

        $rfDevice = $this->makeRFDevice(self::$faker->randomNumber(), self::$faker->randomNumber(), self::$faker->randomNumber());

There are no issues that match your filters.

Category
Status