You are here

public function HttpClientTest::providerTestGetCommand in HTTP Client Manager 8.2

Same name and namespace in other branches
  1. 8 tests/src/Unit/HttpClientTest.php \Drupal\Tests\http_client_manager\Unit\HttpClientTest::providerTestGetCommand()

Data provider for testGetCommand().

Return value

array An array of command names.

File

tests/src/Unit/HttpClientTest.php, line 188

Class

HttpClientTest
Class HttpClientTest.

Namespace

Drupal\Tests\http_client_manager\Unit

Code

public function providerTestGetCommand() {
  return [
    [
      'FindPost',
    ],
    [
      'FindPosts',
    ],
    [
      'FindComments',
    ],
  ];
}