Skip to content

Commit 522724d

Browse files
committed
Remove legacy driver tests and root phpunit config
Remove test files that tested the legacy translator, along with the test bootstrap, schema helper, and root phpunit.xml.dist. The new driver tests live in packages/mysql-on-sqlite/. Removed files: - tests/WP_SQLite_Translator_Tests.php - tests/WP_SQLite_Query_Tests.php - tests/WP_SQLite_Metadata_Tests.php - tests/WP_SQLite_Query_RewriterTests.php - tests/WP_SQLite_PDO_User_Defined_Functions_Tests.php - tests/bootstrap.php - tests/wp-sqlite-schema.php - phpunit.xml.dist
1 parent 2ee298a commit 522724d

9 files changed

Lines changed: 0 additions & 5052 deletions

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
"prepare-release": [
4343
"./bin/prepare-release.sh"
4444
],
45-
"test": [
46-
"phpunit"
47-
],
4845
"test-e2e": [
4946
"@wp-test-ensure-env @no_additional_args",
5047
"rm -f tests/e2e/package.json tests/e2e/node_modules @no_additional_args",

phpunit.xml.dist

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)