Class "..." not found in tests
Im using Pest to do some testing, however, my classes cannot be found.
In: tests/ I have a test file, that includes the following code:
When running pest, I get the error
Thanks
In: tests/ I have a test file, that includes the following code:
When running pest, I get the error
Class "TheThunderTurner\FilamentLatex\Database\Factories\FilamentLatexFactory" not found. Why is it not found? Because the test file doesnt have a namespace? What am I missing?Thanks