Everything under Quiote\Testing.
| Class | Description |
|---|
ActionTestCase | ActionTestCase is the base class for all action testcases and provides the necessary assertions |
BaseConstraintBecausePhpunitSucksAtBackwardsCompatibility | Base constraint that caters for breaking changes between PHPUnit 3.5 and 3.6. |
ContainerTestCase | ContainerTestCase is the base class for all tests that target a specific container execution and provides the necessary assertions |
FragmentTestCase | FragmentTestCase is the base class for all fragment tests and provides the necessary assertions |
HttpTestCase | Base class for fluent, full-pipeline HTTP tests: builds a real PSR-7 request and dispatches it through Context::handle() (the same entry point production traffic uses), returning an assertable TestResponse. |
LightweightTestContainer | A minimal stand-in for the execution container, used only by the PHPUnit test harness. |
ModelTestCase | ModelTestCase is the base class for all model testcases and provides the necessary assertions |
PhpUnitTestCase | PhpUnitTestCase is the base class for all Quiote Testcases. |
UnitTestCase | UnitTestCase is the base class for all unit testcases and provides the necessary assertions |
ViewTestCase | ViewTestCase is the base class for all view testcases and provides the necessary assertions |
| Interface | Description |
|---|
IFragmentTestCase | IFragmentTestCase is the interface that all fragment tests must implement |
ITestCase | ITestCase is the interface that all quiote tests must implement |
IUnitTestCase | IUnitTestCase is the interface that all unit tests must implement |