waaseyaa / testing
Testing utilities for Waaseyaa — base test case, entity factories, and helper traits.
v0.1.0-alpha.256
2026-07-06 21:24 UTC
Requires
- php: >=8.5
- symfony/event-dispatcher: ^7.0
- waaseyaa/entity: ^0.1.0-alpha.256
- waaseyaa/field: ^0.1.0-alpha.256
Requires (Dev)
- phpunit/phpunit: ^10.5
Suggests
- fakerphp/faker: Optional realistic strings and emails for EntityTypeFixtureValues (framework#1186).
This package is auto-updated.
Last update: 2026-07-06 21:32:32 UTC
README
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.