well_known_test.php 167 B

1234567891011
  1. <?php
  2. use Google\Protobuf\GPBEmpty;
  3. class WellKnownTest extends PHPUnit_Framework_TestCase {
  4. public function testNone() {
  5. $msg = new GPBEmpty();
  6. }
  7. }