aboutsummaryrefslogtreecommitdiff
path: root/php/tests/well_known_test.php
blob: 40ff1c8f0343da29feca5fc9e2363c44715455a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

use Google\Protobuf\GPBEmpty;

class WellKnownTest extends PHPUnit_Framework_TestCase {

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

}