Closed diegocaprioli closed 6 years ago
You need to look/debug your code. Testbench own tests already check and verify that migrations does works without issues.
And I personally have multiple projects using migration without issues.
I'm sorry I forgot to let you know:
Yes @crynobone , I have other projects using migrations without issues too. But this was weird enough, ok, I'll try to see if I figure this out on my own...
Hello,
I have a simple setUp() method that is failing when calling the method loadMigrationsFrom(). This is my setUp method:
And I get the following exception:
The migrations directory I'm using exists... so I'm not sure what could be the problem here. Any ideas?