Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
f5a01d1bbdb003e02fb32e1d4f5dffffdcae6bdf
/
.
/
php
/
tests
/
well_known_test.php
blob: 40ff1c8f0343da29feca5fc9e2363c44715455a4 [
file
] [
log
] [
blame
]
<?
php
use
Google
\Protobuf\G
PBEmpty
;
class
WellKnownTest
extends
PHPUnit_Framework_TestCase
{
public
function
testNone
()
{
$msg
=
new
GPBEmpty
();
}
}