Home
last modified time | relevance | path

Searched refs:CountableStub (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Dempty.test24 'countable_empty' => new CountableStub([]), 'countable_not_empty' => new CountableStub([1, 2]),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlength.test20 'countable' => new CountableStub(42), /* also asserts we do *not* call __toString() */
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php311 class CountableStub implements \Countable class