Testing
Test utilities and base test cases
waaseyaa/testing
Layer 0 — Foundation
Test utilities and fixtures for Waaseyaa packages.
Provides shared test helpers, in-memory storage stubs, and fixture factories used across the monorepo test suite. Includes InMemoryEntityStorage, mock account helpers, and integration test bootstrap utilities. PHPUnit 10.5+ with #[Test], #[CoversClass], #[CoversNothing] attributes.
Key classes: InMemoryEntityStorage, test fixture helpers.