Sign in
flutter
/
third_party
/
protobuf
/
refs/heads/3.1.x
/
.
/
php
/
tests
/
well_known_test.php
blob: 30715ba96b2fc976c19e201a1c30003f0d617bb8 [
file
] [
log
] [
blame
] [
edit
]
<?
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
();
}
}