Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DNodeAbstractTest.php7 public $subNode2; variable in PhpParser\\DummyNode
10 public function __construct($subNode1, $subNode2, $notSubNode, $attributes) { argument
13 $this->subNode2 = $subNode2;
65 $this->assertSame('value2', $node->subNode2);
67 $this->assertTrue(isset($node->subNode2));

Completed in 12 milliseconds