Kraken\_Unit\Loop\LoopAwareObjectTest::testApiGetLoop_GetsLoop PHP Метод

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

    public function testApiGetLoop_GetsLoop()
    {
        $loop = $this->createLoop();
        $object = $this->createObject($loop);
        $this->assertSame($loop, $object->getLoop());
    }