Searched refs:CountableStub (Results 1 – 3 of 3) sorted by relevance
24 'countable_empty' => new CountableStub([]), 'countable_not_empty' => new CountableStub([1, 2]),
20 'countable' => new CountableStub(42), /* also asserts we do *not* call __toString() */
311 class CountableStub implements \Countable class