forked from wallabag/wallabag
Bump friendsofphp/php-cs-fixer from 3.84.0 to 3.86.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.84.0 to 3.86.0. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.84.0...v3.86.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.86.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Yassine Guedidi
parent
dcdd9df3ed
commit
9023d85aad
@ -185,8 +185,7 @@ class PocketImportTest extends TestCase
|
||||
}
|
||||
}
|
||||
}
|
||||
JSON
|
||||
, ['response_headers' => ['Content-Type: application/json']]),
|
||||
JSON, ['response_headers' => ['Content-Type: application/json']]),
|
||||
]);
|
||||
|
||||
$pocketImport = $this->getPocketImport('ConsumerKey', 1);
|
||||
@ -274,8 +273,7 @@ JSON
|
||||
}
|
||||
}
|
||||
}
|
||||
JSON
|
||||
, ['response_headers' => ['Content-Type: application/json']]),
|
||||
JSON, ['response_headers' => ['Content-Type: application/json']]),
|
||||
]);
|
||||
|
||||
$pocketImport = $this->getPocketImport('ConsumerKey', 2);
|
||||
@ -352,8 +350,7 @@ JSON;
|
||||
"229279690": $body
|
||||
}
|
||||
}
|
||||
JSON
|
||||
, ['response_headers' => ['Content-Type: application/json']]),
|
||||
JSON, ['response_headers' => ['Content-Type: application/json']]),
|
||||
]);
|
||||
|
||||
$pocketImport = $this->getPocketImport();
|
||||
@ -435,8 +432,7 @@ JSON;
|
||||
"229279690": $body
|
||||
}
|
||||
}
|
||||
JSON
|
||||
, ['response_headers' => ['Content-Type: application/json']]),
|
||||
JSON, ['response_headers' => ['Content-Type: application/json']]),
|
||||
]);
|
||||
|
||||
$pocketImport = $this->getPocketImport();
|
||||
@ -512,8 +508,7 @@ JSON
|
||||
}
|
||||
}
|
||||
|
||||
JSON
|
||||
, ['response_headers' => ['Content-Type: application/json']]),
|
||||
JSON, ['response_headers' => ['Content-Type: application/json']]),
|
||||
]);
|
||||
|
||||
$pocketImport = $this->getPocketImport('ConsumerKey', 1);
|
||||
|
||||
Reference in New Issue
Block a user