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