aboutsummaryrefslogtreecommitdiff
path: root/php/tests/autoload.php
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-04-30 20:36:00 -0700
committerJisi Liu <liujisi@google.com>2016-04-30 20:36:00 -0700
commit09f1757cf55236f14ab5cc23cf36ec802860744f (patch)
tree1b0d0c75d22a62302fc5bf4cad61b739b2029957 /php/tests/autoload.php
parentaed7b345fa7a6e54b76773a987dc5a31f88a0342 (diff)
parente0df23ac1483dcc68d2429c804aeba0508714892 (diff)
downloadprotobuf-09f1757cf55236f14ab5cc23cf36ec802860744f.tar.gz
protobuf-09f1757cf55236f14ab5cc23cf36ec802860744f.tar.bz2
protobuf-09f1757cf55236f14ab5cc23cf36ec802860744f.zip
Merge pull request #1467 from pherl/master
Merge Google internal changes
Diffstat (limited to 'php/tests/autoload.php')
-rw-r--r--php/tests/autoload.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/php/tests/autoload.php b/php/tests/autoload.php
new file mode 100644
index 00000000..af88ba01
--- /dev/null
+++ b/php/tests/autoload.php
@@ -0,0 +1,4 @@
+<?php
+
+require_once('test.pb.php');
+require_once('test_util.php');