204]); }); $parameters = new ParameterBag([ 'chill_doc_store' => [ 'openstack' => [ 'temp_url' => [ 'temp_url_key' => '12345679801234567890', 'temp_url_base_path' => 'https://object.store.example/v1/AUTH/container', ], ], ], ]); $command = new ConfigureOpenstackObjectStorageCommand($client, $parameters); $tester = new CommandTester($command); $status = $tester->execute([ '--os_token' => 'abc', '--domain' => ['https://chill.domain.social', 'https://chill2.domain.social'], ]); self::assertSame(0, $status); } }