mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 10:03:27 +01:00
8 lines
93 B
PHP
8 lines
93 B
PHP
|
<?php
|
||
|
namespace GuzzleHttp\Tests;
|
||
|
|
||
|
class ClientTest extends \PHPUnit_Framework_TestCase
|
||
|
{
|
||
|
|
||
|
}
|