aboutsummaryrefslogtreecommitdiff
path: root/php/tests/test_include.pb.php
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-15 19:04:11 +0000
committerBo Yang <teboring@google.com>2016-09-15 17:59:49 -0700
commitc6fa9c71a5bfa486916401a0b60df1bdcecda380 (patch)
tree81f9b7db8f59e65ad26e9ef57c20b51cc6f61545 /php/tests/test_include.pb.php
parentf174d363805165cc141e4cd68256bddce6a60122 (diff)
downloadprotobuf-c6fa9c71a5bfa486916401a0b60df1bdcecda380.tar.gz
protobuf-c6fa9c71a5bfa486916401a0b60df1bdcecda380.tar.bz2
protobuf-c6fa9c71a5bfa486916401a0b60df1bdcecda380.zip
Auto-generate proto files for tests.
Diffstat (limited to 'php/tests/test_include.pb.php')
-rw-r--r--php/tests/test_include.pb.php36
1 files changed, 0 insertions, 36 deletions
diff --git a/php/tests/test_include.pb.php b/php/tests/test_include.pb.php
deleted file mode 100644
index 2c43cc41..00000000
--- a/php/tests/test_include.pb.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: test_include.proto
-
-namespace Bar;
-
-use Google\Protobuf\Internal\DescriptorPool;
-use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
-use Google\Protobuf\Internal\GPBUtil;
-
-class TestInclude extends \Google\Protobuf\Internal\Message
-{
- private $a = 0;
-
- public function getA()
- {
- return $this->a;
- }
-
- public function setA($var)
- {
- GPBUtil::checkInt32($var);
- $this->a = $var;
- }
-
-}
-
-$pool = DescriptorPool::getGeneratedPool();
-
-$pool->internalAddGeneratedFile(hex2bin(
- "0a3b0a12746573745f696e636c7564652e70726f746f120362617222180a" .
- "0b54657374496e636c75646512090a0161180120012805620670726f746f" .
- "33"
-));
-