Commit Graph

17 Commits

Author SHA1 Message Date
Hannah Shi 643bb42f06
to verify c-core fix PR#27205 (#27248) 2021-10-15 14:58:48 -07:00
Hannah Shi 89d28e7dc9 test both insecure&secure channel 2021-02-05 18:49:40 +00:00
root 4429620608 to fit phpunit8 grammar, add void to setUpBeforeClass(), setUp() and tearDown() 2020-11-18 07:37:02 +00:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Stanley Cheung 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00
Stanley Cheung 6bd3180dfd php: make channel
credentials createInsecure explicit
2015-12-16 12:58:19 -08:00
Stanley Cheung d5b20566f2 php: ran php-cs-fixer to comply with php coding standard 2015-10-27 13:27:05 -07:00
Stanley Cheung 75457ff7e1 php: add more unit test for code coverage analysis 2015-10-20 16:27:55 -07:00
Anthony Yeh 04e1eb8423 PHP: Fix property reference in BaseStub::close() 2015-10-15 14:57:57 -07:00
Stanley Cheung 2e405d4123 php: update codegen, client now extends basestub 2015-08-20 14:39:54 -07:00
Stanley Cheung 2c9c76310e Support update metadata callback function in php BaseStub 2015-04-21 14:27:41 -07:00
murgatroid99 e80fdd3740 Updated GeneratedCodeTest to match (not so) recent stub changes 2015-04-02 14:43:03 -07:00
murgatroid99 b2a6d01974 Replaced existing autoloader with one generated by composer 2015-03-27 13:15:58 -07:00
Craig Tiller 2e498aa24d Add PHP Copyright 2015-02-16 12:09:31 -08:00
murgatroid99 5accd24a76 Removed uses of assertEquals, which internally uses weak comparison 2015-02-02 11:36:56 -08:00
mlumish 156e67d417 Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/.
SurfaceActiveCall.php was split into four files. Each file must contain exactly one PHP class because of the following line in the spec:

> The terminating class name corresponds to a file name ending in .php. The file name MUST match the case of the terminating class name.

Other changes were made to correctly import the library using the autoloader.
	Change on 2015/01/02 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83150065
2015-01-05 17:43:10 -08:00
mlumish b892a27e67 Added PHP to the global gRPC moe config
Change on 2014/12/09 by mlumish <mlumish@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81727766
2014-12-09 17:50:41 -08:00