2015-03-03 14:02:24 -08:00
|
|
|
<?php
|
|
|
|
namespace GuzzleHttp\Tests;
|
|
|
|
|
|
|
|
class ClientTest extends \PHPUnit_Framework_TestCase
|
|
|
|
{
|
2015-03-21 15:53:38 -07:00
|
|
|
public function testUsesDefaultHandler()
|
|
|
|
{
|
2015-03-03 14:02:24 -08:00
|
|
|
|
2015-03-21 15:53:38 -07:00
|
|
|
}
|
2015-03-03 14:02:24 -08:00
|
|
|
}
|