aboutsummaryrefslogtreecommitdiff
path: root/php/tests
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2016-07-26 17:15:35 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2016-07-26 17:15:35 -0700
commiteb0e6e9397db3f83b381d0c71d42a222f1aa2ca6 (patch)
treee31783be8ea02cf99f0ee7a4c63db485a8300718 /php/tests
parent4b36284bdfdc77896d7c4cb9645433cf86efb069 (diff)
downloadprotobuf-eb0e6e9397db3f83b381d0c71d42a222f1aa2ca6.tar.gz
protobuf-eb0e6e9397db3f83b381d0c71d42a222f1aa2ca6.tar.bz2
protobuf-eb0e6e9397db3f83b381d0c71d42a222f1aa2ca6.zip
Remove languages other than C++, Java and Python.
Change-Id: I348b9796cef6f5f3d3f038ae0de38095cd6c2b7d
Diffstat (limited to 'php/tests')
-rw-r--r--php/tests/autoload.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/php/tests/autoload.php b/php/tests/autoload.php
deleted file mode 100644
index af88ba01..00000000
--- a/php/tests/autoload.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-
-require_once('test.pb.php');
-require_once('test_util.php');