Extends
lithium\test\UnitThis is the base class for integration tests.
Integration tests are for determining that different parts of the framework will work together (integrate) as expected. An example of a common integration test would be for ensuring that an adapter interacts correctly with the class it is designed to interface with. Example: the `Session` class and the `Php` adapter. Unit tests will ensure that both the `Session` and `Php` classes behave correctly under isolation, while an integration test ensures that the two classes interact and interface correctly.
Subclasses
- lithium\tests\integration\analysis\LoggerTest
- lithium\tests\integration\data\CrudTest
- lithium\tests\integration\data\DatabaseTest
- lithium\tests\integration\data\DocumentTest
- lithium\tests\integration\data\FieldsTest
- lithium\tests\integration\data\SourceTest
- lithium\tests\integration\g11n\CatalogInflectorTest
- lithium\tests\integration\g11n\CatalogValidatorTest
- lithium\tests\integration\g11n\ResourcesMessageTest
- lithium\tests\integration\g11n\ResourcesValidatorTest
- lithium\tests\integration\net\SocketTest
- lithium\tests\integration\net\http\MediaTest
- lithium\tests\integration\net\http\ServiceTest
- lithium\tests\integration\storage\SessionTest
- lithium\tests\integration\test\FilterTest