Skip to content

Commit

Permalink
Updated the PHPUnit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed May 15, 2019
1 parent 82610f1 commit 6dc88dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"consolidation/robo": "^1.4.9",
"henrikbjorn/lurker": "^1.2.0",
"phpstan/phpstan": "^0.11.6",
"phpunit/phpunit": "^8.1.4"
"phpunit/phpunit": "^8.1.5"
},
"scripts": {
"coverage": "robo coverage",
Expand Down
2 changes: 1 addition & 1 deletion test/Http/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function testVerifyKey(): void {
protected function setUp(): void {
$this->client = (new Client((string) getenv('AKISMET_API_KEY'), new Blog(new Uri('https://dev.belin.io/akismet.php'))))->setTest(true);

$author = (new Author('192.168.0.1', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0', 'Akismet'))
$author = (new Author('192.168.0.1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Akismet'))
->setRole('administrator')
->setUrl(new Uri('https://dev.belin.io/akismet.php'));

Expand Down

0 comments on commit 6dc88dd

Please sign in to comment.