Skip to content

Commit 7698785

Browse files
authored
Remove code specific to symfony/phpunit-bridge to use PHPUnit directly from vendors (#216)
1 parent ef72e5b commit 7698785

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

integrations/php/install-driver.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,5 @@ php --ri mongodb
8282
install_composer
8383
php composer.phar update --working-dir=${PHPLIB_PATH}
8484

85-
# Allow simple-phpunit to install its own PHPUnit dependencies
86-
php ${PHPLIB_PATH}/vendor/bin/simple-phpunit install
87-
8885
# The symlink helps to include the library and tests with a simple path
8986
ln -s ${PHPLIB_PATH}/vendor ./vendor

integrations/php/workload-executor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use function MongoDB\BSON\toPHP;
99

1010
require_once __DIR__ . '/vendor/autoload.php';
11-
require_once __DIR__ . '/vendor/bin/.phpunit/phpunit/vendor/autoload.php';
1211

1312
class Logger
1413
{

0 commit comments

Comments
 (0)