blob: 30715ba96b2fc976c19e201a1c30003f0d617bb8 [file] [log] [blame] [edit]
<?php
require_once("google/protobuf/empty.pb.php");
use Google\Protobuf\GPBEmpty;
class WellKnownTest extends PHPUnit_Framework_TestCase {
public function testNone() {
$msg = new GPBEmpty();
}
}