blob: 40ff1c8f0343da29feca5fc9e2363c44715455a4 [file] [log] [blame]
<?php
use Google\Protobuf\GPBEmpty;
class WellKnownTest extends PHPUnit_Framework_TestCase {
public function testNone() {
$msg = new GPBEmpty();
}
}