-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHPLIB-1541: Include specs repository as a submodule (#1429)
* Add submodule for specifications * Run spec tests from submodule * Add dependabot configuration to update spec submodule * Add submodule update to contributing docs * Initialise spec submodule through composer * Add guidance for fixing spec test failures in dependabot PRs * PHPLIB-1458: Update aggregate-write-readPreference tests * Update spec test paths * Allow skipping duplicate tests in data providers * Skip all clientBulkWrite tests * PHPLIB-1450: Consolidate and improve skipping of tests * Update to latest specs commit * Use str_starts_with instead of regex logic * Add annotations to type-qualify arrays * Always require passing test group in provideTests * Consistent wrapping * PHPLIB-1492: Skip spec tests for sort in update operations * Remove obsolete imports
- Loading branch information
Showing
529 changed files
with
176 additions
and
235,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "specifications"] | ||
path = tests/specifications | ||
url = https://github.com/mongodb/specifications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.