Skip to content

Commit 32f3528

Browse files
committed
Merge remote-tracking branch 'joomla/master' into 2.0-dev
# Conflicts: # Tests/GithubObjectTest.php
2 parents 897fa87 + 7d47119 commit 32f3528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/GithubObjectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function testFetchUrlToken()
135135
$this->options->set('gh.token', 'MyTestToken');
136136

137137
$this->assertThat(
138-
$this->object->fetchUrl('/gists', 0, 0),
138+
(string) $this->object->fetchUrl('/gists', 0, 0),
139139
$this->equalTo('https://api.github.com/gists'),
140140
'URL is not as expected.'
141141
);

0 commit comments

Comments
 (0)