mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Normalize todos (#19045)
This commit is contained in:
@ -53,7 +53,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: tests for internal logic of prepare()
|
||||
* @todo tests for internal logic of prepare()
|
||||
*/
|
||||
public function testPrepare()
|
||||
{
|
||||
@ -72,7 +72,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: tests for internal logic of populate()
|
||||
* @todo tests for internal logic of populate()
|
||||
*/
|
||||
public function testPopulate_FilledRows()
|
||||
{
|
||||
@ -83,7 +83,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: tests for internal logic of one()
|
||||
* @todo tests for internal logic of one()
|
||||
*/
|
||||
public function testOne()
|
||||
{
|
||||
@ -93,7 +93,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: test internal logic of createCommand()
|
||||
* @todo test internal logic of createCommand()
|
||||
*/
|
||||
public function testCreateCommand()
|
||||
{
|
||||
@ -103,7 +103,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: tests for internal logic of queryScalar()
|
||||
* @todo tests for internal logic of queryScalar()
|
||||
*/
|
||||
public function testQueryScalar()
|
||||
{
|
||||
@ -113,7 +113,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: tests for internal logic of joinWith()
|
||||
* @todo tests for internal logic of joinWith()
|
||||
*/
|
||||
public function testJoinWith()
|
||||
{
|
||||
@ -125,7 +125,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: tests for internal logic of innerJoinWith()
|
||||
* @todo tests for internal logic of innerJoinWith()
|
||||
*/
|
||||
public function testInnerJoinWith()
|
||||
{
|
||||
@ -157,7 +157,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: tests for the regex inside getQueryTableName
|
||||
* @todo tests for the regex inside getQueryTableName
|
||||
*/
|
||||
public function testGetQueryTableName_from_not_set()
|
||||
{
|
||||
@ -231,7 +231,7 @@ abstract class ActiveQueryTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo: tests for internal logic of viaTable()
|
||||
* @todo tests for internal logic of viaTable()
|
||||
*/
|
||||
public function testViaTable()
|
||||
{
|
||||
|
Reference in New Issue
Block a user