Skip to content
Snippets Groups Projects

Issue #3444468: Updates documentation and test scripts for clarity

Merged Issue #3444468: Updates documentation and test scripts for clarity
Merged Christian Burk requested to merge documentation-edits into 1.0.x
Files
8
@@ -28,7 +28,7 @@ final class CoditBatchOperationsCommands extends DrushCommands implements Contai
@@ -28,7 +28,7 @@ final class CoditBatchOperationsCommands extends DrushCommands implements Contai
*/
*/
public function __construct(
public function __construct(
private readonly Token $token,
private readonly Token $token,
ConfigFactoryInterface $config_factory
ConfigFactoryInterface $config_factory,
) {
) {
parent::__construct();
parent::__construct();
$this->configFactory = $config_factory;
$this->configFactory = $config_factory;
@@ -103,7 +103,7 @@ final class CoditBatchOperationsCommands extends DrushCommands implements Contai
@@ -103,7 +103,7 @@ final class CoditBatchOperationsCommands extends DrushCommands implements Contai
$test_scripts = [
$test_scripts = [
'TestDo10Things',
'TestDo10Things',
'TestDo10ThingsWithError',
'TestDo10ThingsWithError',
'TestDo10kThings',
'TestDo10000Things',
];
];
if (in_array($script, $test_scripts)) {
if (in_array($script, $test_scripts)) {
// This is a test script, so route it to codit_batch_operations.
// This is a test script, so route it to codit_batch_operations.
Loading