Skip to content

Commit dfd374e

Browse files
committed
wip
1 parent 9be7b9d commit dfd374e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

tests/Integration/Jobs/GenerateSocialShareImageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
expect(
2525
Pixelmatch::new(
2626
$generatedSocialShareImagePath,
27-
$this->getStub('generate_social_share_image.png')
27+
__DIR__ . "/stubs/generate_social_share_image.png"
2828
)->matches()
2929
)->toBeTrue();
3030

tests/TestCase.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@ protected function dispatch($job): void
1313
{
1414
$job->handle();
1515
}
16-
17-
public function getStub(string $nameOfStub): string
18-
{
19-
return __DIR__ . "/stubs/{$nameOfStub}";
20-
}
2116
}

0 commit comments

Comments
 (0)