assertEquals($provider->requestManager->host, 'http://localhost:8545'); $requestManager = new RequestManager($this->testRinkebyHost); $provider->requestManager = $requestManager; $this->assertEquals($provider->requestManager->host, 'http://localhost:8545'); } }