Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions integrations/php/install-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,5 @@ php --ri mongodb
install_composer
php composer.phar update --working-dir=${PHPLIB_PATH}

# Allow simple-phpunit to install its own PHPUnit dependencies
php ${PHPLIB_PATH}/vendor/bin/simple-phpunit install

# The symlink helps to include the library and tests with a simple path
ln -s ${PHPLIB_PATH}/vendor ./vendor
1 change: 0 additions & 1 deletion integrations/php/workload-executor.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use function MongoDB\BSON\toPHP;

require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/vendor/bin/.phpunit/phpunit/vendor/autoload.php';

class Logger
{
Expand Down