From c8dbcf73a366d78e8d15d1fa7a12b1cd2c602de3 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 4 Jul 2012 14:13:26 +0200 Subject: [PATCH] PHPUnit XML configs for other db drivers on TeamCity --- phpunit.teamcity.mssql.xml | 31 +++++++++++++++++++++++++++++++ phpunit.teamcity.postgresql.xml | 31 +++++++++++++++++++++++++++++++ phpunit.teamcity.sqlite3.xml | 31 +++++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 phpunit.teamcity.mssql.xml create mode 100644 phpunit.teamcity.postgresql.xml create mode 100644 phpunit.teamcity.sqlite3.xml 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