aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/well_known_test.php
blob: 30715ba96b2fc976c19e201a1c30003f0d617bb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

require_once("google/protobuf/empty.pb.php");

use Google\Protobuf\GPBEmpty;

class WellKnownTest extends PHPUnit_Framework_TestCase {

    public function testNone() {
      $msg = new GPBEmpty();
    }

}