$this->assertNull($this->container->get('service_not_exists',ContainerInterface::NULL_ON_INVALID_REFERENCE),'Not found service does not throw exception.');
}
...
...
@@ -360,7 +360,7 @@ public function testGetForNonExistantServiceWhenUsingNull() {
$this->assertNull($this->container->get('service_not_exists',ContainerInterface::NULL_ON_INVALID_REFERENCE),'Not found service does nto throw exception.');