コード例 #1
0
 /**
  * @test
  */
 public function is_empty_pathKeys()
 {
     $structureItem = new StructureItem('onlyAKey', StructureDefinition::STRING);
     $this->assertEquals(array(), $structureItem->pathKeys());
 }