Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Fixed #3355841 Allow DriverSpecificSchemaTestBase::testChangePrimaryK…
Browse files Browse the repository at this point in the history
…eyToSerial to execute for non-core drivers (#327)
  • Loading branch information
mondrake authored Jul 10, 2023
1 parent ab339fb commit 8d40db0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ tbd | Ensure that wh
tbd | UpdateTestBase::runUpdate should reset database schema after updating |
[#2992274](https://www.drupal.org/project/drupal/issues/2992274) | Installer tests fail if contrib driver hides database credentials form fields |
[#3347497](https://www.drupal.org/project/drupal/issues/3347497) | Introduce a FetchModeTrait to allow emulating PDO fetch modes |
[#3355841](https://www.drupal.org/project/drupal/issues/3355841) | Allow DriverSpecificSchemaTestBase::testChangePrimaryKeyToSerial to execute for non-core drivers |
3 changes: 0 additions & 3 deletions tests/github/drupal_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ git apply -v ./drudbal_staging/tests/github/2992274-local.patch

#3347497 Introduce a FetchModeTrait to allow emulating PDO fetch modes
curl https://git.drupalcode.org/project/drupal/-/merge_requests/3676.diff | git apply -v

#3355841 Allow DriverSpecificSchemaTestBase::testChangePrimaryKeyToSerial to execute for non-core drivers
curl https://www.drupal.org/files/issues/2023-04-23/3355841-2.patch | git apply -v

0 comments on commit 8d40db0

Please sign in to comment.