-
Notifications
You must be signed in to change notification settings - Fork 3
Feature adding test #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
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'); |
There was a problem hiding this comment.
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()); | ||
| } |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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.