googleapis / gax-php

Google API Extensions for PHP
http://googleapis.github.io/gax-php/
BSD 3-Clause "New" or "Revised" License
237 stars 52 forks source link

chore: gax test warnings #510

Closed vishwarajanand closed 10 months ago

vishwarajanand commented 10 months ago

Fixing following warnings:

  1. GrpcTransportTest

    PHP Deprecated: Creation of dynamic property Google\ApiCore\Tests\Unit\Transport\MockCallInvoker::$mockCall is deprecated in /usr/local/google/home/vishwarajanand/github/gax-php/tests/Tests/Unit/Transport/GrpcTransportTest.php on line 589
  2. GapicClientTraitTest

    PHP Deprecated:  Creation of dynamic property Google\ApiCore\Middleware\MiddlewareInterface@anonymous::$m2Called is deprecated in /usr/local/google/home/vishwarajanand/github/gax-php/tests/Tests/Unit/GapicClientTraitTest.php on line 1761
    PHP Deprecated:  Creation of dynamic property Google\ApiCore\Middleware\MiddlewareInterface@anonymous::$handler is deprecated in /usr/local/google/home/vishwarajanand/github/gax-php/tests/Tests/Unit/GapicClientTraitTest.php on line 1745
    PHP Deprecated:  Creation of dynamic property Google\ApiCore\Middleware\MiddlewareInterface@anonymous::$m1Called is deprecated in /usr/local/google/home/vishwarajanand/github/gax-php/tests/Tests/Unit/GapicClientTraitTest.php on line 1746
  3. phpunit config:

    Suggestion:    Migrate your XML configuration using "--migrate-configuration"!