DXBE-20: Add source:config:push command with SAS API client #3645
Annotations
1 error and 3 warnings
|
Mutation Testing
Process completed with exit code 1.
|
|
Mutation Testing:
src/SasApi/SasConnector.php#L23
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
*/
public function __construct(array $config, ?string $baseUri = null, ?string $urlAccessToken = null)
{
- parent::__construct($config, $baseUri, $urlAccessToken);
+
}
}
|
|
Mutation Testing:
src/SasApi/SasClientService.php#L15
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
{
public function __construct(SasConnectorFactory $connectorFactory, Application $application, ApiCredentialsInterface $credentials)
{
- parent::__construct($connectorFactory, $application, $credentials);
+
}
public function getClient(): SasClient
|
|
Mutation Testing:
src/Command/Source/ConfigPushCommand.php#L79
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
protected function configure(): void
{
- $this
- ->acceptEnvironmentId()
- ->acceptSiteInstanceId()
- ->addOption('force', 'f', InputOption::VALUE_NONE, 'Do not ask for confirmation before pushing');
+
}
protected function execute(InputInterface $input, OutputInterface $output): int
|