mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-21 18:11:10 +00:00
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:
parent
dcdd9df3ed
commit
9023d85aad
2 changed files with 27 additions and 32 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue