We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb1560 commit 7aacb96Copy full SHA for 7aacb96
tests/Feature/Visits/VisitsTest.php
@@ -51,7 +51,7 @@
51
52
expect($post->visits->first()->data)
53
->toMatchArray([
54
- 'session' => request()->session()->getId(),
+ 'session' => session()->getId(),
55
]);
56
});
57
0 commit comments