1
0
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:
Konstantin Pelepelin 2013-09-05 20:19:38 +04:00 committed by Konstantin Pelepelin
parent 40602780fc
commit ae64de0adb

View File

@ -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();
}