Skip to content

Commit 5d22961

Browse files
committed
test: maybe fix tests for Windows
1 parent 1c95f9e commit 5d22961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Mailer/Fixtures/SendWelcomeEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class SendWelcomeEmail implements Email
2020

2121
public Content $content {
2222
get => new Content(
23-
html: view('./welcome.view.php', fullName: $this->fullName),
23+
html: view(__DIR__ . '/welcome.view.php', fullName: $this->fullName),
2424
);
2525
}
2626

0 commit comments

Comments
 (0)