Skip to content

Commit

Permalink
[viera-connector-homekit-connector-bridge] Prepared viera connector t…
Browse files Browse the repository at this point in the history
…o homekit connector bridge (#306)
  • Loading branch information
actions-user committed Sep 29, 2024
1 parent 7e956a3 commit a396832
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/cases/unit/Commands/HttpServerCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,13 @@ public function testExecute(): void
$valid = [
[
'Starting HTTP Server',
],
[
'Listening on "http://127.0.0.1:8001"',
],
];

return in_array($args, $valid, true);
}),
self::callback(static function (...$args): bool {
$valid = [
[
[
'source' => MetadataTypes\Sources\Plugin::WEB_SERVER->value,
'type' => 'server-command',
],
],
[
'Listening on "http://127.0.0.1:8001"',
[
'source' => MetadataTypes\Sources\Plugin::WEB_SERVER->value,
'type' => 'factory',
Expand Down

0 comments on commit a396832

Please sign in to comment.