comparison core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
991 $services['configurable_service'] = [ 991 $services['configurable_service'] = [
992 'class' => '\Drupal\Tests\Component\DependencyInjection\MockService', 992 'class' => '\Drupal\Tests\Component\DependencyInjection\MockService',
993 'arguments' => [], 993 'arguments' => [],
994 'configurator' => [ 994 'configurator' => [
995 $this->getServiceCall('configurator'), 995 $this->getServiceCall('configurator'),
996 'configureService' 996 'configureService',
997 ], 997 ],
998 ]; 998 ];
999 $services['configurable_service_exception'] = [ 999 $services['configurable_service_exception'] = [
1000 'class' => '\Drupal\Tests\Component\DependencyInjection\MockService', 1000 'class' => '\Drupal\Tests\Component\DependencyInjection\MockService',
1001 'arguments' => [], 1001 'arguments' => [],