PHP Deployment Test Suite

Verifying server configuration and service connectivity.

1. MySQL Database Connection

PASS (duration: 0.0004s)
Successfully connected to database `ai` on host `db`.

2. Data Seeding Check

PASS (duration: 0.0003s)
Test data validated. The `users` table contains 200 records.

3. Database CRUD Operations

PASS (duration: 0.0079s)

CREATE: Inserted user with ID 13075.

READ: Fetched created user.

UPDATE: Updated user's name.

DELETE: Deleted user successfully.

4. Redis Server Connection

PASS (duration: 0.0004s)
Successfully connected to Redis on host `redis` using the phpredis extension.

5. Redis SET/GET/DEL Operations

PASS (duration: 0.0002s)
SET, GET, and DEL operations were successful.