added Mongo group for tests

This commit is contained in:
Anton Grebnev
2011-12-06 16:53:16 +04:00
parent b9f7718063
commit 2c611dc3db
4 changed files with 91 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testAffectedNumRowsNoResult()
{
@ -77,6 +78,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testAffectedNumRows()
{
@ -94,6 +96,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testGetInsertId()
{
@ -124,6 +127,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testExecute()
{
@ -137,6 +141,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testExecuteNoResult()
{
@ -154,6 +159,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testExecuteNoConnection()
{
@ -170,6 +176,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testExecuteWithDebug()
{
@ -183,6 +190,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testBindParam()
{
@ -205,6 +213,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testFetch()
{
@ -223,6 +232,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testFetchWithInitialArray()
{
@ -243,6 +253,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testFetchAssocFromCursor()
{
@ -261,6 +272,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testFetchAssocFromArray()
{
@ -282,6 +294,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testFetchWrongMode()
{
@ -303,6 +316,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testSkipOrderLimit()
{
@ -322,6 +336,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testOrderException()
{
@ -341,6 +356,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testSkipException()
{
@ -360,6 +376,7 @@ class MongoStatementTest extends PHPUnit_Framework_TestCase
/**
* @runInSeparateProcess
* @group Mongo
*/
public function testLimitException()
{