aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/php/tests/well_known_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/php/tests/well_known_test.php')
-rw-r--r--third_party/protobuf/php/tests/well_known_test.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/protobuf/php/tests/well_known_test.php b/third_party/protobuf/php/tests/well_known_test.php
deleted file mode 100644
index 40ff1c8f03..0000000000
--- a/third_party/protobuf/php/tests/well_known_test.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-use Google\Protobuf\GPBEmpty;
-
-class WellKnownTest extends PHPUnit_Framework_TestCase {
-
- public function testNone() {
- $msg = new GPBEmpty();
- }
-
-}