getMockBuilder(ClientInterface::class)->getMock(); $command = new CLUSTER($mockClient); $this->assertSame('CLUSTER', $command->getContainerCommandId()); } }