$this->assertEquals('Override',$config_test_storage->load('override_unmet')->label(),'The optional config_test entity is overridden by the profile optional configuration and is installed when its dependencies are met.');
$this->assertEquals('Completely new optional configuration',$config_test_new->label(),'The optional config_test entity is provided by the profile optional configuration and is installed when its dependencies are met.');