public function provideLegacySynchronizedServiceDefinitionTestData()
 {
     $this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
     return $this->getDescriptionTestData(ObjectsProvider::getLegacyContainerDefinitions());
 }
Пример #2
0
 /**
  * @group legacy
  */
 public function provideLegacySynchronizedServiceDefinitionTestData()
 {
     return $this->getDescriptionTestData(ObjectsProvider::getLegacyContainerDefinitions());
 }