mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 18:13:00 +01:00
Changed test to show JsonVisitorTest::testAddsJsonHeader fail
This commit is contained in:
parent
40602780fc
commit
ae64de0adb
@ -20,7 +20,7 @@ abstract class AbstractVisitorTestCase extends \Guzzle\Tests\GuzzleTestCase
|
||||
public function setUp()
|
||||
{
|
||||
$this->command = new MockCommand();
|
||||
$this->request = new EntityEnclosingRequest('POST', 'http://www.test.com');
|
||||
$this->request = new EntityEnclosingRequest('POST', 'http://www.test.com/some/path.php');
|
||||
$this->validator = new SchemaValidator();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user