You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
As a developer, I'd like to be able to create a test case file from the current class I'm working on, so that I don't have to create the file manually.
Example:
If im working on application/models/fancy/FancyModel.php
I'd like to right click and select "Create test Case"
that will generate the file application/test/models/fancy/FancyModelTest.php