Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
4eb02fe31edf655f736c68ac91acdbdfd24b550f
/
.
/
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
();
}
}