well_known_test.php 214 B

12345678910111213
  1. <?php
  2. require_once("google/protobuf/empty.pb.php");
  3. use Google\Protobuf\GPBEmpty;
  4. class WellKnownTest extends PHPUnit_Framework_TestCase {
  5. public function testNone() {
  6. $msg = new GPBEmpty();
  7. }
  8. }