Skip to content

Commit 96116ae

Browse files
🤖 pint (#6)
Automated commit by the `Format` workflow. Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com>
1 parent 2c433da commit 96116ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/WpOrg/Api/CacheTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ function (string $slug, bool $expected, string $firstLine): void {
6161
$composerCache = Mockery::mock(ComposerCache::class);
6262
$composerCache->expects()
6363
->getAge()
64-
->with("foo.txt")
64+
->with('foo.txt')
6565
->andReturn(123);
6666
$composerCache->expects()
6767
->read()
68-
->with("foo.txt")
68+
->with('foo.txt')
6969
->andReturn($content);
7070

7171
$cache = new Cache($composerCache);

0 commit comments

Comments
 (0)