mirror of
https://github.com/yiisoft/yii2.git
synced 2026-02-20 00:32:19 +01:00
Normalize todos (#19045)
This commit is contained in:
2
.php_cs
2
.php_cs
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!class_exists('yii\cs\YiisoftConfig', true)) {
|
||||
// @todo change error message
|
||||
// TODO: change error message
|
||||
fwrite(STDERR, "Your php-cs-version is outdated: please upgrade it.\n");
|
||||
die(16);
|
||||
}
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -78,7 +78,7 @@ EOD;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo discuss|review Expected HTML shouldn't be wrapped only by the $content?
|
||||
* @todo discuss|review Expected HTML shouldn't be wrapped only by the $content?
|
||||
*/
|
||||
public function testRenderWithCallableContent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user