Skip to content

Conversation

@axel2309
Copy link

@axel2309 axel2309 commented Jan 2, 2020

  • More test case on Renderers
  • More test case on Parser
  • Fixed symfony 4.2 TreeBuilder dc break

$builder = new TreeBuilder();

/** @var ArrayNodeDefinition $rootNode */
$root= $builder->root('isocontent');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spacing

public function testGetTwigFunctions(string $expect,TwigFunction $function)
{
$this->assertSame($expect, $function->getName());
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing new line

/**
* @dataProvider astProvider
*/
public function testDisplayIsoContentFunction(NodeList $ast, string $expect)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests methods should be written un snake_case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants