From 156e67d417f4569b61241793156b8b17d2960dbe Mon Sep 17 00:00:00 2001 From: mlumish Date: Fri, 2 Jan 2015 14:59:16 -0800 Subject: Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. SurfaceActiveCall.php was split into four files. Each file must contain exactly one PHP class because of the following line in the spec: > The terminating class name corresponds to a file name ending in .php. The file name MUST match the case of the terminating class name. Other changes were made to correctly import the library using the autoloader. Change on 2015/01/02 by mlumish ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83150065 --- src/php/tests/interop/interop_client.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/php/tests/interop') diff --git a/src/php/tests/interop/interop_client.php b/src/php/tests/interop/interop_client.php index 9810c86272..43da47fd53 100755 --- a/src/php/tests/interop/interop_client.php +++ b/src/php/tests/interop/interop_client.php @@ -1,7 +1,5 @@