Replies: 1 comment 1 reply
-
Please, include the test methods above that run your migrations so we can help. |
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
-
When running unit tests the down method of update migrations throw a missing column exception
I did a PR in the builder plugin repository to add "hasColumn" method that wrap any "dropColumn" call but i don't know if is this correct, doesn't do all plugin migrations before running tests?
This exception happen only if there are more than one method in the test class, did I miss something to define in the MyPluginTestCase initialization class?
Beta Was this translation helpful? Give feedback.
All reactions