Skip to content

Commit

Permalink
Merge pull request #257 from Simounet/fix/bjori-site-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r authored Apr 14, 2021
2 parents e115409 + 1433dd7 commit bf02bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GrabyFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function testRealFetchContent2(): void

$this->assertSame(200, $res['status']);
$this->assertSame(['bjori'], $res['authors']);
$this->assertEmpty($res['language']);
$this->assertSame('en', $res['language']);
$this->assertSame('https://bjori.blogspot.com/2015/04/next-gen-mongodb-driver.html', $res['url']);
$this->assertSame('Next Generation MongoDB Driver for PHP!', $res['title']);
$this->assertStringContainsString('For the past few months I\'ve been working on a "next-gen" MongoDB driver for PHP', $res['html']);
Expand Down

0 comments on commit bf02bc5

Please sign in to comment.