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

testApiGetLoop_ReturnsNull_WhenLoopDoesNotExist() public method

    public function testApiGetLoop_ReturnsNull_WhenLoopDoesNotExist()
    {
        $runtime = $this->createModel();
        $this->assertSame(null, $runtime->getLoop());
    }
RuntimeModelTest