Given the class 'BaseConfiguration' in the namespace 'some\\name\\space'
When I create a user configuration for 'some\\name\\space\\BaseConfiguration' into 'UserConfiguration.php'
Then the content of 'UserConfiguration.php' should be '<?php
namespace some\\name\\space;
class UserConfiguration extends BaseConfiguration {
}'