Sign in
webrtc
/
src
/
bbfcc703ad1b5ae141dcd9c6a951241f6fc03967
/
.
/
third_party
/
protobuf
/
php
/
tests
/
well_known_test.php
blob: 0c2aec13a926752be0f4e6f24c58cea770bcd1e4 [
file
] [
log
] [
blame
]
<?
php
use
Google
\Protobuf\G
PBEmpty
;
class
WellKnownTest
extends
PHPUnit_Framework_TestCase
{
public
function
testNone
()
{
$msg
=
new
GPBEmpty
();
}
public
function
testImportDescriptorProto
()
{
$msg
=
new
TestImportDescriptorProto
();
}
}