Skip to content

Commit 173e2a2

Browse files
committed
Update clue/buzz-react to v0.4
1 parent ac3150c commit 173e2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": ">=5.3",
1818
"react/event-loop": "~0.4.0|~0.3.0",
19-
"clue/buzz-react": "~0.2.0",
19+
"clue/buzz-react": "~0.4.0",
2020
"ext-simplexml": "*",
2121
"neitanod/forceutf8": "~1.4"
2222
},

tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testInvalidFile()
3131

3232
public function testFetchFile()
3333
{
34-
$response = new Response('HTTP/1.0', 200, 'OK', null, new Body('# hello'));
34+
$response = new Response('HTTP/1.0', 200, 'OK', array(), new Body('# hello'));
3535
$this->browser->expects($this->once())->method('get')->with($this->equalTo('http://viewvc.example.org/README.md?view=co'))->will($this->returnValue($this->createPromiseResolved($response)));
3636

3737
$promise = $this->client->fetchFile('README.md');

0 commit comments

Comments
 (0)