Kraken\_Unit\Runtime\RuntimeModelTest::testApiGetLoop_ReturnsNull_WhenLoopDoesNotExist PHP Метод

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

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