Merge pull request #1181 from murgatroid99/php_gen_code_test_update

Updated GeneratedCodeTest to match (not so) recent stub changes
pull/1193/head
Tim Emiola 10 years ago
commit 3a00f60c0b
  1. 3
      src/php/tests/generated_code/GeneratedCodeTest.php

@ -41,7 +41,8 @@ class GeneratedCodeTest extends PHPUnit_Framework_TestCase {
protected static $client;
protected static $timeout;
public static function setUpBeforeClass() {
self::$client = new math\MathClient(getenv('GRPC_TEST_HOST'));
self::$client = new math\MathClient(new Grpc\BaseStub(
getenv('GRPC_TEST_HOST'), []));
}
public function testSimpleRequest() {

Loading…
Cancel
Save