mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 10:33:18 +01:00
16 lines
345 B
PHP
16 lines
345 B
PHP
<?php
|
|
/**
|
|
* @package Guzzle PHP <http://www.guzzlephp.org>
|
|
* @license See the LICENSE file that was distributed with this source code.
|
|
*/
|
|
|
|
namespace Guzzle\Tests;
|
|
|
|
/**
|
|
* Guzzle's base class for test suite implementation.
|
|
*
|
|
* @author Michael Dowling <michael@guzzlephp.org>
|
|
*/
|
|
class GuzzleTestSuite extends \PHPUnit_Framework_TestSuite
|
|
{
|
|
} |