aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/autoload.php
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-11-04 09:33:56 -0700
committerGravatar GitHub <noreply@github.com>2017-11-04 09:33:56 -0700
commit2df472690ec878ff75a2ccea0c7ff6df0ff69ee3 (patch)
tree560036eac52891238eb3b805c90f6099bc7801ea /conformance/autoload.php
parentcbe250591fca9d2e776776be065a72c5550a5556 (diff)
Fix php well known type conformance tests (#3828) (#3840)
* Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
Diffstat (limited to 'conformance/autoload.php')
-rw-r--r--conformance/autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conformance/autoload.php b/conformance/autoload.php
index 2cee31c4..0f49aecb 100644
--- a/conformance/autoload.php
+++ b/conformance/autoload.php
@@ -2,7 +2,7 @@
define("GOOGLE_INTERNAL_NAMESPACE", "Google\\Protobuf\\Internal\\");
define("GOOGLE_NAMESPACE", "Google\\Protobuf\\");
-define("GOOGLE_GPBMETADATA_NAMESPACE", "GPBMetadata\\Google\\Protobuf\\Internal\\");
+define("GOOGLE_GPBMETADATA_NAMESPACE", "GPBMetadata\\Google\\Protobuf\\");
function protobuf_autoloader_impl($class, $prefix) {
$length = strlen($prefix);