getDefaultValue() публичный Метод

public getDefaultValue ( )
 public function testGetDefaultValue()
 {
     $type = new ContactSelectionContentType($this->template, $this->contactManager->reveal(), $this->accountManager->reveal(), $this->serializer->reveal(), new CustomerIdConverter(), new IndexComparator());
     $defaultValue = $type->getDefaultValue();
     $this->assertEquals([], $defaultValue);
 }