46ae90dc5e
1. Generate single file for each message. 2. Lazily initiate metadata.
12 lines
167 B
PHP
12 lines
167 B
PHP
<?php
|
|
|
|
use Google\Protobuf\GPBEmpty;
|
|
|
|
class WellKnownTest extends PHPUnit_Framework_TestCase {
|
|
|
|
public function testNone() {
|
|
$msg = new GPBEmpty();
|
|
}
|
|
|
|
}
|