Skip to content

Remove code specific to symfony/phpunit-bridge to use PHPUnit directly from vendors #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2024
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