We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21262a commit 75ef77bCopy full SHA for 75ef77b
integrations/php/composer.json
integrations/php/install-driver.sh
@@ -80,7 +80,10 @@ php --ri mongodb
80
81
# Install composer and dependencies
82
install_composer
83
-php composer.phar update
+php composer.phar update --working-dir=${PHPLIB_PATH}
84
85
# Allow simple-phpunit to install its own PHPUnit dependencies
86
-php vendor/bin/simple-phpunit install
+php ${PHPLIB_PATH}/vendor/bin/simple-phpunit install
87
+
88
+# The symlink helps to include the library and tests with a simple path
89
+ln -s ${PHPLIB_PATH}/vendor ./vendor
0 commit comments