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