Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
8a3277e7
Commit
8a3277e7
authored
Dec 09, 2013
by
Paul Klimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tag for MongoDB unit tests fixed
parent
c8c6882f
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
ActiveDataProviderTest.php
tests/unit/extensions/mongodb/ActiveDataProviderTest.php
+1
-1
ActiveRecordTest.php
tests/unit/extensions/mongodb/ActiveRecordTest.php
+1
-1
ActiveRelationTest.php
tests/unit/extensions/mongodb/ActiveRelationTest.php
+1
-1
CollectionTest.php
tests/unit/extensions/mongodb/CollectionTest.php
+1
-1
ConnectionTest.php
tests/unit/extensions/mongodb/ConnectionTest.php
+1
-1
DatabaseTest.php
tests/unit/extensions/mongodb/DatabaseTest.php
+1
-1
QueryRunTest.php
tests/unit/extensions/mongodb/QueryRunTest.php
+1
-1
QueryTest.php
tests/unit/extensions/mongodb/QueryTest.php
+1
-1
ActiveRecordTest.php
tests/unit/extensions/mongodb/file/ActiveRecordTest.php
+1
-1
CollectionTest.php
tests/unit/extensions/mongodb/file/CollectionTest.php
+1
-1
QueryTest.php
tests/unit/extensions/mongodb/file/QueryTest.php
+1
-1
No files found.
tests/unit/extensions/mongodb/ActiveDataProviderTest.php
View file @
8a3277e7
...
@@ -8,7 +8,7 @@ use yiiunit\data\ar\mongodb\ActiveRecord;
...
@@ -8,7 +8,7 @@ use yiiunit\data\ar\mongodb\ActiveRecord;
use
yiiunit\data\ar\mongodb\Customer
;
use
yiiunit\data\ar\mongodb\Customer
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
ActiveDataProviderTest
extends
MongoDbTestCase
class
ActiveDataProviderTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/ActiveRecordTest.php
View file @
8a3277e7
...
@@ -7,7 +7,7 @@ use yiiunit\data\ar\mongodb\ActiveRecord;
...
@@ -7,7 +7,7 @@ use yiiunit\data\ar\mongodb\ActiveRecord;
use
yiiunit\data\ar\mongodb\Customer
;
use
yiiunit\data\ar\mongodb\Customer
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
ActiveRecordTest
extends
MongoDbTestCase
class
ActiveRecordTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/ActiveRelationTest.php
View file @
8a3277e7
...
@@ -7,7 +7,7 @@ use yiiunit\data\ar\mongodb\Customer;
...
@@ -7,7 +7,7 @@ use yiiunit\data\ar\mongodb\Customer;
use
yiiunit\data\ar\mongodb\CustomerOrder
;
use
yiiunit\data\ar\mongodb\CustomerOrder
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
ActiveRelationTest
extends
MongoDbTestCase
class
ActiveRelationTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/CollectionTest.php
View file @
8a3277e7
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
namespace
yiiunit\extensions\mongodb
;
namespace
yiiunit\extensions\mongodb
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
CollectionTest
extends
MongoDbTestCase
class
CollectionTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/ConnectionTest.php
View file @
8a3277e7
...
@@ -8,7 +8,7 @@ use yii\mongodb\Connection;
...
@@ -8,7 +8,7 @@ use yii\mongodb\Connection;
use
yii\mongodb\Database
;
use
yii\mongodb\Database
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
ConnectionTest
extends
MongoDbTestCase
class
ConnectionTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/DatabaseTest.php
View file @
8a3277e7
...
@@ -6,7 +6,7 @@ use yii\mongodb\Collection;
...
@@ -6,7 +6,7 @@ use yii\mongodb\Collection;
use
yii\mongodb\file\Collection
as
FileCollection
;
use
yii\mongodb\file\Collection
as
FileCollection
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
DatabaseTest
extends
MongoDbTestCase
class
DatabaseTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/QueryRunTest.php
View file @
8a3277e7
...
@@ -5,7 +5,7 @@ namespace yiiunit\extensions\mongodb;
...
@@ -5,7 +5,7 @@ namespace yiiunit\extensions\mongodb;
use
yii\mongodb\Query
;
use
yii\mongodb\Query
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
QueryRunTest
extends
MongoDbTestCase
class
QueryRunTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/QueryTest.php
View file @
8a3277e7
...
@@ -5,7 +5,7 @@ namespace yiiunit\extensions\mongodb;
...
@@ -5,7 +5,7 @@ namespace yiiunit\extensions\mongodb;
use
yii\mongodb\Query
;
use
yii\mongodb\Query
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
QueryTest
extends
MongoDbTestCase
class
QueryTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/file/ActiveRecordTest.php
View file @
8a3277e7
...
@@ -10,7 +10,7 @@ use yiiunit\data\ar\mongodb\file\ActiveRecord;
...
@@ -10,7 +10,7 @@ use yiiunit\data\ar\mongodb\file\ActiveRecord;
use
yiiunit\data\ar\mongodb\file\CustomerFile
;
use
yiiunit\data\ar\mongodb\file\CustomerFile
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
ActiveRecordTest
extends
MongoDbTestCase
class
ActiveRecordTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/file/CollectionTest.php
View file @
8a3277e7
...
@@ -5,7 +5,7 @@ namespace yiiunit\extensions\mongodb\file;
...
@@ -5,7 +5,7 @@ namespace yiiunit\extensions\mongodb\file;
use
yiiunit\extensions\mongodb\MongoDbTestCase
;
use
yiiunit\extensions\mongodb\MongoDbTestCase
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
CollectionTest
extends
MongoDbTestCase
class
CollectionTest
extends
MongoDbTestCase
{
{
...
...
tests/unit/extensions/mongodb/file/QueryTest.php
View file @
8a3277e7
...
@@ -6,7 +6,7 @@ use yii\mongodb\file\Query;
...
@@ -6,7 +6,7 @@ use yii\mongodb\file\Query;
use
yiiunit\extensions\mongodb\MongoDbTestCase
;
use
yiiunit\extensions\mongodb\MongoDbTestCase
;
/**
/**
* @group mongo
* @group mongo
db
*/
*/
class
QueryTest
extends
MongoDbTestCase
class
QueryTest
extends
MongoDbTestCase
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment