File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
tests/Foundation/Authenticators Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717use Ergebnis \Rector \Rules \Arrays \SortAssociativeArrayByKeyRector ;
18+ use Ergebnis \Rector \Rules \Faker \GeneratorPropertyFetchToMethodCallRector ;
1819use Guanguans \Notify \Foundation \Concerns \AsJson ;
1920use Guanguans \Notify \Foundation \Concerns \AsPost ;
2021use Guanguans \Notify \Foundation \Rectors \AddSensitiveParameterAttributeRector ;
9091
9192 ArraySpreadInsteadOfArrayMergeRector::class,
9293 EnumCaseToPascalCaseRector::class,
94+ GeneratorPropertyFetchToMethodCallRector::class,
9395 JsonThrowOnErrorRector::class,
9496 SafeDeclareStrictTypesRector::class,
9597 SortAssociativeArrayByKeyRector::class,
Original file line number Diff line number Diff line change 2525use Psr \Http \Message \RequestInterface ;
2626
2727it ('can apply the certificate to options ' , function (): void {
28- expect (new CertificateAuthenticator (fixtures_path ('cert.pem ' ), fake ()->password ))
28+ expect (new CertificateAuthenticator (fixtures_path ('cert.pem ' ), fake ()->password () ))
2929 ->applyToOptions ([])->toBeArray ();
3030})->group (__DIR__ , __FILE__ );
3131
You can’t perform that action at this time.
0 commit comments