You are here

public function EachPromiseTest::testCanBeCancelled in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/promises/tests/EachPromiseTest.php \GuzzleHttp\Promise\Tests\EachPromiseTest::testCanBeCancelled()

File

vendor/guzzlehttp/promises/tests/EachPromiseTest.php, line 158

Class

EachPromiseTest
@covers GuzzleHttp\Promise\EachPromise

Namespace

GuzzleHttp\Promise\Tests

Code

public function testCanBeCancelled() {
  $this
    ->markTestIncomplete();
}