File "regenerate-test-protos.sh"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/automated-postnord-shipping/controllors/classes/gtrans/vendor/google/gax/dev/sh/regenerate-test-protos.sh
File size: 384 bytes
MIME-type: text/x-shellscript
Charset: utf-8
#!/bin/bash
# Run this script whenever changes are made to mocks.proto to regenerate the
# PHP protobuf message classes.
#
# This script expected to be invoked from the gax-php root using:
# $ composer regenerate-test-protos
echo ${pwd}
cd src
protoc --php_out . ./ApiCore/Testing/mocks.proto
cp -r ./GPBMetadata/* ../metadata/
cp -r ./Google/* ./
rm -r ./GPBMetadata
rm -r ./Google