diff options
author | Stanley Cheung <stanleycheung@google.com> | 2015-06-09 16:16:42 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2015-06-10 14:21:06 -0700 |
commit | 3fa51a3592c976bd877fefef768c96068a8590f0 (patch) | |
tree | 7c3ae7eb5c9bc2a90227947e61018035b37d98ae /src/php/tests/generated_code | |
parent | a08694eff2a036b68f8bd0172d2eb0d16d560bb7 (diff) |
update PHP README installation instructions, and dockerfile
Diffstat (limited to 'src/php/tests/generated_code')
-rw-r--r-- | src/php/tests/generated_code/AbstractGeneratedCodeTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/php/tests/generated_code/AbstractGeneratedCodeTest.php b/src/php/tests/generated_code/AbstractGeneratedCodeTest.php index 2d2352b199..6102aaf0a8 100644 --- a/src/php/tests/generated_code/AbstractGeneratedCodeTest.php +++ b/src/php/tests/generated_code/AbstractGeneratedCodeTest.php @@ -32,8 +32,6 @@ * */ require_once realpath(dirname(__FILE__) . '/../../vendor/autoload.php'); -require 'DrSlump/Protobuf.php'; -\DrSlump\Protobuf::autoload(); require 'math.php'; abstract class AbstractGeneratedCodeTest extends PHPUnit_Framework_TestCase { /* These tests require that a server exporting the math service must be |