Kraken\_Unit\Promise\_Partial\FunctionCancelPartial::testApiDoCancel_ReturnsPromise PHP Метод

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

    public function testApiDoCancel_ReturnsPromise()
    {
        $test = $this->getTest();
        $test->assertInstanceOf(PromiseInterface::class, Promise::doCancel(1));
    }