diff --git a/phpunit.teamcity.mssql.xml b/phpunit.teamcity.mssql.xml new file mode 100644 index 0000000..49ac7ee --- /dev/null +++ b/phpunit.teamcity.mssql.xml @@ -0,0 +1,33 @@ + + + + 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..81e226f --- /dev/null +++ b/phpunit.teamcity.postgresql.xml @@ -0,0 +1,33 @@ + + + + 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..ace5768 --- /dev/null +++ b/phpunit.teamcity.sqlite3.xml @@ -0,0 +1,33 @@ + + + + mysite/tests + cms/tests + framework/tests + sqlite3/tests + + + + + + + + + + sanitychecks + + + + + + + + + + + \ No newline at end of file diff --git a/phpunit.teamcity.xml b/phpunit.teamcity.xml index cac35be..e2ac1a6 100644 --- a/phpunit.teamcity.xml +++ b/phpunit.teamcity.xml @@ -34,4 +34,5 @@ sanitychecks + \ No newline at end of file