In order to enable code coverage you have to follow some naming conventions or override a specific method on your test class:Naming convention:
TableName + Test or simply override the
testsElementName() method and returnthe name of your table.(also, override the
testsElementType and return
UtilElementType::Table;
No comments:
Post a Comment