forked from AKSW/OntoWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
How to test
k00ni edited this page May 29, 2012
·
1 revision
Make sure that you have a runnable test environment. Please check Setup an OntoWiki Test Environment!
Each extension can be tested automatically when you execute make test-extensions
.
Create a file named TestHelper.php in the tests folder of your extension.
Naming should be oriented on OntoWiki's class names. For example
Folder/To/FancyClass.php
results in
Folder_To_FancyClass