aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-07-17 17:19:02 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2018-07-17 17:19:02 -0700
commit6c8241119849fa535f019556093652ba9feced03 (patch)
tree19995427d5755a2874fa327de9fcd13c0dc1d166
parent11e2eca43e020c18ec4e168f8287d916056bd571 (diff)
downloadprotobuf-6c8241119849fa535f019556093652ba9feced03.tar.gz
protobuf-6c8241119849fa535f019556093652ba9feced03.tar.bz2
protobuf-6c8241119849fa535f019556093652ba9feced03.zip
Fix php conformance test.
-rwxr-xr-xconformance/conformance_php.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/conformance/conformance_php.php b/conformance/conformance_php.php
index 19f9a092..85fe3d03 100755
--- a/conformance/conformance_php.php
+++ b/conformance/conformance_php.php
@@ -6,8 +6,8 @@ require_once("Conformance/ConformanceRequest.php");
require_once("Protobuf_test_messages/Proto3/ForeignMessage.php");
require_once("Protobuf_test_messages/Proto3/ForeignEnum.php");
require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3.php");
-require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3_NestedMessage.php");
-require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3_NestedEnum.php");
+require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3/NestedMessage.php");
+require_once("Protobuf_test_messages/Proto3/TestAllTypesProto3/NestedEnum.php");
require_once("GPBMetadata/Conformance.php");
require_once("GPBMetadata/Google/Protobuf/TestMessagesProto3.php");