Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function hasProperties()
 {
     return $this->node->hasProperties();
 }
 public function testHasPropertiesTrue()
 {
     $this->assertTrue($this->node->hasProperties());
 }