Kraken\_Unit\Runtime\Command\Container\ContainerStatusCommandTest::testApiCommand_InvokesProperAction PHP Метод

testApiCommand_InvokesProperAction() публичный Метод

    public function testApiCommand_InvokesProperAction()
    {
        $command = $this->createCommand();
        $expected = ['parent' => 'parent', 'alias' => 'alias', 'name' => 'name', 'state' => 2];
        $this->assertSame($expected, $this->callProtectedMethod($command, 'command', []));
    }
ContainerStatusCommandTest