Sign in
webrtc
/
src.git
/
90394a4db3eb086452bdd12e229ba9f5731c80ce
/
.
/
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
();
}
}