blob: 0c2aec13a926752be0f4e6f24c58cea770bcd1e4 [file] [log] [blame]
<?php
use Google\Protobuf\GPBEmpty;
class WellKnownTest extends PHPUnit_Framework_TestCase {
public function testNone()
{
$msg = new GPBEmpty();
}
public function testImportDescriptorProto()
{
$msg = new TestImportDescriptorProto();
}
}