You are here

public function NotPromiseInstance::__construct in Zircon Profile 8

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

Overrides Thennable::__construct

File

vendor/guzzlehttp/promises/tests/NotPromiseInstance.php, line 11

Class

NotPromiseInstance

Namespace

GuzzleHttp\Promise\Tests

Code

public function __construct() {
  $this->nextPromise = new Promise();
}