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 ef72e5b commit 7698785Copy full SHA for 7698785
integrations/php/install-driver.sh
@@ -82,8 +82,5 @@ php --ri mongodb
82
install_composer
83
php composer.phar update --working-dir=${PHPLIB_PATH}
84
85
-# Allow simple-phpunit to install its own PHPUnit dependencies
86
-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
integrations/php/workload-executor.php
@@ -8,7 +8,6 @@
8
use function MongoDB\BSON\toPHP;
9
10
require_once __DIR__ . '/vendor/autoload.php';
11
-require_once __DIR__ . '/vendor/bin/.phpunit/phpunit/vendor/autoload.php';
12
13
class Logger
14
{
0 commit comments