eth = $this->web3->eth; } /** * testInstance * * @return void */ public function testInstance() { $eth = $this->eth; $this->assertTrue($eth->provider instanceof HttpProvider); $this->assertTrue($eth->provider->requestManager instanceof RequestManager); } }