waaseyaa/testing

Testing utilities for Waaseyaa — base test case, entity factories, and helper traits.

Maintainers

Package info

github.com/waaseyaa/testing

pkg:composer/waaseyaa/testing

Statistics

Installs: 4 951

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.105 2026-04-04 00:58 UTC

This package is auto-updated.

Last update: 2026-04-05 01:32:36 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.