Kraken\_Unit\Runtime\RuntimeModelTest::testApiGetType_ReturnsType PHP Method

testApiGetType_ReturnsType() public method

    public function testApiGetType_ReturnsType()
    {
        $runtime = $this->createModel();
        $this->assertSame(Runtime::UNIT_UNDEFINED, $runtime->getType());
    }
RuntimeModelTest