Commit bc02c31
committed
Add devcontainer configuration for development
Add a root-level devcontainer for developing the SQLite driver and
running all test suites. This is separate from the existing WordPress-
specific devcontainer in wordpress/.devcontainer/.
The configuration provides:
- PHP 8.4 with pdo_sqlite extension
- Composer (included in the base image)
- Node.js 20 (for Playwright E2E tests)
- Docker-in-Docker (for WordPress integration tests)1 parent a8e796d commit bc02c31
2 files changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments