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