You are here

public function TwigTestFoo::next in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/test/Twig/Tests/IntegrationTest.php \TwigTestFoo::next()

File

vendor/twig/twig/test/Twig/Tests/IntegrationTest.php, line 101

Class

TwigTestFoo

Code

public function next() {
  ++$this->position;
}