silverstripe-framework/docs/en/topics/testing/testing-guide-troubleshooting.md

9 lines
299 B
Markdown
Raw Normal View History

# Troubleshooting
Part of the [SilverStripe Testing Guide](testing-guide).
## I can't run my new test class
If you've just added a test class, but you can't see it via the web interface, chances are, you haven't flushed your
manifest cache - append `?flush=1` to the end of your URL querystring.