zenstruck/assert

`Expectation::and()`

Closed this issue · 0 comments

kbond commented

Allows the following:

Assert::that($something)
    ->contains('foo')
    ->contains('bar')
    ->and($sometingElse)
    ->toBe('baz')
;