Database
Table of Contents
Classes
- ConfigurationTest
- Unit tests for the Database\Configuration class.
- ConnectionTest
- Unit tests for the Database\Connection class.
- DBTest
- Unit tests for the Database\DB facade class.
- EscapingTest
- Unit tests for the Database\Escaping class.
- ForeignKeyTest
- Tests for inter-table foreign key constraints.
- MaintenanceTest
- Unit tests for the Database\Maintenance class.
- MigrationsTest
- Unit tests for the Database\Migrations class.
- PreparedStatementTest
- Tests for PreparedStatement class and prepared statement functionality.
- QueryBuilderTest
- Unit tests for the Database\QueryBuilder class.
- QueryBuilderUserScopeTest
- Unit tests for QueryBuilder user scope filtering.
- SettingsTest
- Unit tests for the Database\Settings class.
- SqlValidatorTest
- Unit tests for the SqlValidator class.
- TextParsingTest
- Unit tests for the Database\TextParsing class.
- ValidationTest
- Unit tests for the Database\Validation class.