Searched refs:TwigTestFoo (Results 1 – 8 of 8) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
H A D | in_with_objects.test | 8 $foo = new TwigTestFoo(); 9 $foo1 = new TwigTestFoo();
|
H A D | constant.test | 5 {{ 'bar' is constant('TwigTestFoo::BAR_NAME') ? 'ok' : 'no' }} 6 {{ value is constant('TwigTestFoo::BAR_NAME') ? 'ok' : 'no' }}
|
H A D | defined.test | 47 'object' => new TwigTestFoo(), 93 'object' => new TwigTestFoo(),
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/ |
H A D | attribute.test | 11 return ['obj' => new TwigTestFoo(), 'method' => 'foo', 'array' => ['foo' => 'bar'], 'item' => 'foo'…
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
H A D | method_call.test | 15 return ['foo' => 'bar', 'items' => ['foo' => new TwigTestFoo(), 'bar' => 'foo']]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | join.test | 21 return ['foo' => new TwigTestFoo(), 'bar' => new \ArrayObject([3, 4])]
|
H A D | default.test | 54 'object' => new TwigTestFoo(), 109 'object' => new TwigTestFoo(),
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | IntegrationTest.php | 58 class TwigTestFoo implements Iterator class
|