From ab3be7d65266601df9c869f2b899c49c8ceba0f8 Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Sat, 17 Dec 2016 00:23:05 -0800 Subject: [PATCH] Add debug output to test script --- tools/build-phar.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/build-phar.sh b/tools/build-phar.sh index 2b0a77b..8e0ead6 100755 --- a/tools/build-phar.sh +++ b/tools/build-phar.sh @@ -40,7 +40,8 @@ mv akamai-open-edgegrid-auth.phar "akamai-open-edgegrid-auth${VERSION}.phar" echo " test.php +\$auth = \Akamai\Open\EdgeGrid\Authentication::createFromEdgeRcFile(); +var_dump(\$auth);" > test.php echo "Running test.php"; php test.php -rm test.php \ No newline at end of file +rm test.php