Testing the sunhill framework

From Sunhill Framework Documentation

The sunhill framework is testable via the pest testing utility. The tests can be based on these testcases:

SimpleTestCase

This is used when no framework setup (like facades, database) is needed.

SunhillTestCase

This is used whenever a framework setup is needed but no database access is needed.

SunhillDatabaseTestCase

This is used whenever a fully setup framework and database Strukturen is needed.