Sql server 正在启动SQL Server以在bitbucket管道中运行phpunit

Sql server 正在启动SQL Server以在bitbucket管道中运行phpunit,sql-server,laravel,bitbucket-pipelines,Sql Server,Laravel,Bitbucket Pipelines,我需要将phpunit测试放入管道中。它们几乎都使用SQL Server数据库。现在,当管道运行时,我得到很多: 1) Tests\Unit\OrganisationControllerTest::testExample Doctrine\DBAL\Driver\PDOException: could not find driver unittest: - step: name: New Unit Tests caches:

我需要将phpunit测试放入管道中。它们几乎都使用SQL Server数据库。现在,当管道运行时,我得到很多:

1) Tests\Unit\OrganisationControllerTest::testExample Doctrine\DBAL\Driver\PDOException: could not find driver unittest: - step: name: New Unit Tests caches: - composer script: - mv "env/.env-unit" ".env" - mv -f "public/azure.web.config" "public/web.config" - apt-get update && apt-get install -y unzip zip - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install - vendor/bin/phpunit --bootstrap vendor/autoload.php - zip -r unit_deployment.zip . services: - sqlserver artifacts: - unit_deployment.zip definitions: services: sqlserver: image: mcr.microsoft.com/mssql/server:2017-latest variables: ACCEPT_EULA: Y SA_PASSWORD: YourStrong!Passw0rd