!NAMESPACE!.Models |
!NAMESPACE!.Tests |
Name | Description |
---|---|
AbstractModelTestCase | This is a suggestion of base class that might simplify the unit testing for the ActiveRecord classes. Basically you have to create a separate database for your tests, which is always a good idea: - production - development - test You have to decide if you want to administrate the schema on the |
GlobalApplication |