aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/php/tests/well_known_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.2.0/php/tests/well_known_test.php')
-rw-r--r--third_party/protobuf/3.2.0/php/tests/well_known_test.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/third_party/protobuf/3.2.0/php/tests/well_known_test.php b/third_party/protobuf/3.2.0/php/tests/well_known_test.php
index 40ff1c8f03..0c2aec13a9 100644
--- a/third_party/protobuf/3.2.0/php/tests/well_known_test.php
+++ b/third_party/protobuf/3.2.0/php/tests/well_known_test.php
@@ -4,8 +4,14 @@ use Google\Protobuf\GPBEmpty;
class WellKnownTest extends PHPUnit_Framework_TestCase {
- public function testNone() {
- $msg = new GPBEmpty();
+ public function testNone()
+ {
+ $msg = new GPBEmpty();
+ }
+
+ public function testImportDescriptorProto()
+ {
+ $msg = new TestImportDescriptorProto();
}
}