Class ParameterTest
- PHPUnit_Framework_TestCase
- Guzzle\Tests\GuzzleTestCase
- Guzzle\Tests\Service\Description\ParameterTest
Namespace: Guzzle\Tests\Service\Description
Covers: Guzzle\Service\Description\Parameter
Located at tests/Guzzle/Tests/Service/Description/ParameterTest.php
Covers: Guzzle\Service\Description\Parameter
Located at tests/Guzzle/Tests/Service/Description/ParameterTest.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
protected
array
|
$data
|
#
array(
'name' => 'foo',
'type' => 'bar',
'required' => true,
'default' => '123',
'description' => '456',
'minLength' => 2,
'maxLength' => 5,
'location' => 'body',
'static' => 'static!',
'filters' => array('trim', 'json_encode')
)
|
$mockBasePath,
$mockObserver,
$server,
$serviceBuilder
|