Skip to content

Commit 39db22e

Browse files
committed
test: move visible stamp assets under fixtures
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 56381c1 commit 39db22e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/vendor-bin/**/composer.lock
77
/composer.lock
88
/build/
9+
/tests/Fixtures/visible-stamp-assets/
910
/.phpunit.result.cache
1011
/.infection.cache
1112
/.idea/

tests/Integration/VisibleStampTemplateScenarioTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ public function testPhaseOneVisibleStampLayoutsCanBeCompiledAndExported(
2626
int $expectedImageCount,
2727
array $expectedTexts,
2828
): void {
29-
$previewRoot = dirname(__DIR__, 2) . '/build/phase1-visible-stamp-layouts';
30-
$assetRoot = $previewRoot . '/assets';
29+
$previewRoot = dirname(__DIR__, 2) . '/build/visible-stamp-previews';
30+
$assetRoot = dirname(__DIR__) . '/Fixtures/visible-stamp-assets';
3131
$this->ensureDirectoryExists($previewRoot);
3232
$this->ensureDirectoryExists($assetRoot);
3333

0 commit comments

Comments
 (0)