Kraken\_Unit\Promise\_Partial\FunctionCancelPartial::testApiDoCancel_ReturnsPromise PHP 메소드

testApiDoCancel_ReturnsPromise() 공개 메소드

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