You are here

drupal8.x.sh in Drupal driver for SQL Server and SQL Azure 4.0.x

Same filename and directory in other branches
  1. 3.0.x dev/travis/drupal8.x.sh
  2. 3.1.x dev/travis/drupal8.x.sh
composer require --dev symfony/phpunit-bridge phpstan/extension-installer jangregor/phpstan-prophecy mglaman/phpstan-drupal
composer update phpunit/phpunit symfony/phpunit-bridge phpspec/prophecy symfony/yaml --with-dependencies
composer require --dev phpstan/phpstan-phpunit
# Core patches
# Logger backtrace incorrect. pushed to 9.x
wget https://www.drupal.org/files/issues/2020-05-27/2867788-92.patch
# core Condition not able to be overridden in views...needs work. 
wget https://www.drupal.org/files/issues/2020-05-04/3130655-10.patch
git apply 2867788-92.patch
git apply 3130655-10.patch
# Testing-only patches
# view sort order bug
wget https://www.drupal.org/files/issues/2020-06-05/3146016-3.patch
git apply 3146016-3.patch
# Fix format of deprecation notices for phpcs 
wget https://www.drupal.org/files/issues/2020-02-25/3108540-11.patch
# Add a sqlsrv-specific datatype to test
wget https://www.drupal.org/files/issues/2020-02-05/drupal-3111134-database_specific_types-3.patch
git apply drupal-3111134-database_specific_types-3.patch
git apply 3108540-11.patch

File

dev/travis/drupal8.x.sh
View source
  1. composer require --dev symfony/phpunit-bridge phpstan/extension-installer jangregor/phpstan-prophecy mglaman/phpstan-drupal
  2. composer update phpunit/phpunit symfony/phpunit-bridge phpspec/prophecy symfony/yaml --with-dependencies
  3. composer require --dev phpstan/phpstan-phpunit
  4. # Core patches
  5. # Logger backtrace incorrect. pushed to 9.x
  6. wget https://www.drupal.org/files/issues/2020-05-27/2867788-92.patch
  7. # core Condition not able to be overridden in views...needs work.
  8. wget https://www.drupal.org/files/issues/2020-05-04/3130655-10.patch
  9. git apply 2867788-92.patch
  10. git apply 3130655-10.patch
  11. # Testing-only patches
  12. # view sort order bug
  13. wget https://www.drupal.org/files/issues/2020-06-05/3146016-3.patch
  14. git apply 3146016-3.patch
  15. # Fix format of deprecation notices for phpcs
  16. wget https://www.drupal.org/files/issues/2020-02-25/3108540-11.patch
  17. # Add a sqlsrv-specific datatype to test
  18. wget https://www.drupal.org/files/issues/2020-02-05/drupal-3111134-database_specific_types-3.patch
  19. git apply drupal-3111134-database_specific_types-3.patch
  20. git apply 3108540-11.patch