Markers
Table of Contents
| packages/pdo/src/Fixture/Fixture.php | 1 |
| packages/pdo/src/Fixture/Schema.php | 2 |
| packages/pdo/tests/Constraints/ConstraintTestCase.php | 1 |
Fixture.php
| Type | Line | Description |
|---|---|---|
| TODO | 45 | is there a more robust way to handle multiple SQL queries? |
Schema.php
| Type | Line | Description |
|---|---|---|
| TODO | 28 | test that `$schema` query contains `CREATE TABLE` |
| TODO | 29 | insert `IF NOT EXISTS` into `CREATE TABLE` `$schema` query |
ConstraintTestCase.php
| Type | Line | Description |
|---|---|---|
| TODO | 23 | is there a more meaningful way to test `toString()`? |