Replies: 1 comment 1 reply
-
Hi @jeytii , I just tried on a project of mine:
could you setup a simple public project that reproduces your issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All of my test files under
Feature
folder have to refresh the database upon completion and I want to just declare it onPest.php
instead to apply the DRY rule. The problem is... it's skipping theafterAll()
method.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions