diff --git a/phpunit.teamcity.mssql.xml b/phpunit.teamcity.mssql.xml
new file mode 100644
index 0000000..8967b2a
--- /dev/null
+++ b/phpunit.teamcity.mssql.xml
@@ -0,0 +1,31 @@
+
+
+
+ mysite/tests
+ cms/tests
+ framework/tests
+ mssql/tests
+
+
+
+
+
+
+
+
+
+ sanitychecks
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/phpunit.teamcity.postgresql.xml b/phpunit.teamcity.postgresql.xml
new file mode 100644
index 0000000..50b319b
--- /dev/null
+++ b/phpunit.teamcity.postgresql.xml
@@ -0,0 +1,31 @@
+
+
+
+ mysite/tests
+ cms/tests
+ framework/tests
+ postgresql/tests
+
+
+
+
+
+
+
+
+
+ sanitychecks
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/phpunit.teamcity.sqlite3.xml b/phpunit.teamcity.sqlite3.xml
new file mode 100644
index 0000000..ab27dbc
--- /dev/null
+++ b/phpunit.teamcity.sqlite3.xml
@@ -0,0 +1,31 @@
+
+
+
+ mysite/tests
+ cms/tests
+ framework/tests
+ sqlite3/tests
+
+
+
+
+
+
+
+
+
+ sanitychecks
+
+
+
+
+
+
+
+
+
\ No newline at end of file