aboutsummaryrefslogtreecommitdiff
path: root/php/tests/php_implementation_test.php
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-02-11 16:36:17 -0800
committerGitHub <noreply@github.com>2017-02-11 16:36:17 -0800
commit74eb9a0a304a3261f3c83e100f51081986ac8ba6 (patch)
treed7171743decd0b21fdf60fc76d5fd0509ebceeda /php/tests/php_implementation_test.php
parentef927cc428db7bf41d3a593a16a8f1a0fe6306c5 (diff)
downloadprotobuf-74eb9a0a304a3261f3c83e100f51081986ac8ba6.tar.gz
protobuf-74eb9a0a304a3261f3c83e100f51081986ac8ba6.tar.bz2
protobuf-74eb9a0a304a3261f3c83e100f51081986ac8ba6.zip
Add clear method to PHP message (#2700)
Diffstat (limited to 'php/tests/php_implementation_test.php')
-rw-r--r--php/tests/php_implementation_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/tests/php_implementation_test.php b/php/tests/php_implementation_test.php
index ac7c13dc..00125db4 100644
--- a/php/tests/php_implementation_test.php
+++ b/php/tests/php_implementation_test.php
@@ -496,7 +496,7 @@ class ImplementationTest extends TestBase
{
$m = new TestMessage();
TestUtil::setTestMessage($m);
- $this->assertSame(447, $m->byteSize());
+ $this->assertSame(481, $m->byteSize());
}
public function testPackedByteSize()