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