Home
last modified time | relevance | path

Searched refs:expectedValueNode (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/PhpParser/Builder/
H A DEnumCaseTest.php62 public function testValues($value, $expectedValueNode): void { argument
68 $this->assertEquals($expectedValueNode, $node->expr);
H A DClassConstTest.php160 public function testValues($value, $expectedValueNode): void { argument
165 $this->assertEquals($expectedValueNode, $node->consts[0]->value);
H A DPropertyTest.php126 public function testDefaultValues($value, $expectedValueNode): void { argument
132 $this->assertEquals($expectedValueNode, $node->props[0]->default);
H A DParamTest.php24 public function testDefaultValues($value, $expectedValueNode): void { argument
30 $this->assertEquals($expectedValueNode, $node->default);

Completed in 9 milliseconds