Specify test groups for inclusion/exclusion

pull/278/head
Thomas Bruederli 9 years ago
parent c4ad7edd53
commit 0bfc862283

@ -4,6 +4,8 @@
* Test class to test rcube_charset class
*
* @package Tests
* @group iconv
* @group mbstring
*/
class Framework_Charset extends PHPUnit_Framework_TestCase
{

@ -4,6 +4,7 @@
* Test class to test rcube_db class
*
* @package Tests
* @group database
*/
class Framework_DB extends PHPUnit_Framework_TestCase
{

@ -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
{

@ -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
{

@ -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
{

@ -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
{

@ -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
{

Loading…
Cancel
Save