Chromium Code Reviews| Index: third_party/protobuf/php/tests/autoload.php |
| diff --git a/third_party/protobuf/php/tests/autoload.php b/third_party/protobuf/php/tests/autoload.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..af88ba01496ee24165c89cf06eaaff3a0f8097e5 |
| --- /dev/null |
| +++ b/third_party/protobuf/php/tests/autoload.php |
| @@ -0,0 +1,4 @@ |
| +<?php |
| + |
| +require_once('test.pb.php'); |
| +require_once('test_util.php'); |