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