Kraken\_Unit\Runtime\Command\_T\TCommand::testApiConstructor_SetsRuntimeInContext PHP Method

testApiConstructor_SetsRuntimeInContext() public method

    public function testApiConstructor_SetsRuntimeInContext()
    {
        $command = $this->createCommand();
        $context = $this->getProtectedProperty($command, 'context');
        $this->assertInstanceOf(RuntimeContainerInterface::class, $context['runtime']);
    }