Thomas Bruederli
2015-05-19 0bfc86228321169976c867ce030dcc5b0b35b3a3
Specify test groups for inclusion/exclusion
7 files modified
13 ■■■■■ changed files
tests/Framework/Charset.php 2 ●●●●● patch | view | raw | blame | history
tests/Framework/DB.php 1 ●●●● patch | view | raw | blame | history
tests/Framework/DBMssql.php 2 ●●●●● patch | view | raw | blame | history
tests/Framework/DBMysql.php 2 ●●●●● patch | view | raw | blame | history
tests/Framework/DBPgsql.php 2 ●●●●● patch | view | raw | blame | history
tests/Framework/DBSqlite.php 2 ●●●●● patch | view | raw | blame | history
tests/Framework/DBSqlsrv.php 2 ●●●●● patch | view | raw | blame | history
tests/Framework/Charset.php
@@ -4,6 +4,8 @@
 * Test class to test rcube_charset class
 *
 * @package Tests
 * @group iconv
 * @group mbstring
 */
class Framework_Charset extends PHPUnit_Framework_TestCase
{
tests/Framework/DB.php
@@ -4,6 +4,7 @@
 * Test class to test rcube_db class
 *
 * @package Tests
 * @group database
 */
class Framework_DB extends PHPUnit_Framework_TestCase
{
tests/Framework/DBMssql.php
@@ -4,6 +4,8 @@
 * Test class to test rcube_db_mssql class
 *
 * @package Tests
 * @group database
 * @group mssql
 */
class Framework_DBMssql extends PHPUnit_Framework_TestCase
{
tests/Framework/DBMysql.php
@@ -4,6 +4,8 @@
 * Test class to test rcube_db_mysql class
 *
 * @package Tests
 * @group database
 * @group mysql
 */
class Framework_DBMysql extends PHPUnit_Framework_TestCase
{
tests/Framework/DBPgsql.php
@@ -4,6 +4,8 @@
 * Test class to test rcube_db_pgsql class
 *
 * @package Tests
 * @group database
 * @group postgres
 */
class Framework_DBPgsql extends PHPUnit_Framework_TestCase
{
tests/Framework/DBSqlite.php
@@ -4,6 +4,8 @@
 * Test class to test rcube_db_sqlite class
 *
 * @package Tests
 * @group database
 * @group sqlite
 */
class Framework_DBSqlite extends PHPUnit_Framework_TestCase
{
tests/Framework/DBSqlsrv.php
@@ -4,6 +4,8 @@
 * Test class to test rcube_db_sqlsrv class
 *
 * @package Tests
 * @group database
 * @group sqlrsv
 */
class Framework_DBSqlsrv extends PHPUnit_Framework_TestCase
{