Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 4 of 4) sorted by relevance

/web-bugs/tests/Unit/Utils/Versions/
H A DClientTest.php6 use App\Utils\Versions\Client; alias
10 /** @var Client */
15 $this->client = new Client();
H A DGeneratorTest.php7 use App\Utils\Versions\Client; alias
18 /** @var Client */
31 $this->client = $this->getMockBuilder(Client::class)
/web-bugs/src/Utils/Versions/
H A DClient.php8 class Client class
H A DGenerator.php31 * @var Client
59 public function __construct(Client $client, Cache $cache)

Completed in 6 milliseconds