Unit Tests Actions

Centum\Codeception\Actions\UnitTestActions

grabEchoContent

grabEchoContent(
    callable $callable
): string

expectEcho

expectEcho(
    string $expected,
    callable $callable
): void

getPropertyValue

getPropertyValue(
    object $object,
    non-empty-string $name
): mixed