@@ -53,7 +53,7 @@ public function testTriggerInitEvent()
53
53
}
54
54
55
55
/**
56
- * @todo: tests for internal logic of prepare()
56
+ * @todo tests for internal logic of prepare()
57
57
*/
58
58
public function testPrepare ()
59
59
{
@@ -72,7 +72,7 @@ public function testPopulate_EmptyRows()
72
72
}
73
73
74
74
/**
75
- * @todo: tests for internal logic of populate()
75
+ * @todo tests for internal logic of populate()
76
76
*/
77
77
public function testPopulate_FilledRows ()
78
78
{
@@ -83,7 +83,7 @@ public function testPopulate_FilledRows()
83
83
}
84
84
85
85
/**
86
- * @todo: tests for internal logic of one()
86
+ * @todo tests for internal logic of one()
87
87
*/
88
88
public function testOne ()
89
89
{
@@ -93,7 +93,7 @@ public function testOne()
93
93
}
94
94
95
95
/**
96
- * @todo: test internal logic of createCommand()
96
+ * @todo test internal logic of createCommand()
97
97
*/
98
98
public function testCreateCommand ()
99
99
{
@@ -103,7 +103,7 @@ public function testCreateCommand()
103
103
}
104
104
105
105
/**
106
- * @todo: tests for internal logic of queryScalar()
106
+ * @todo tests for internal logic of queryScalar()
107
107
*/
108
108
public function testQueryScalar ()
109
109
{
@@ -113,7 +113,7 @@ public function testQueryScalar()
113
113
}
114
114
115
115
/**
116
- * @todo: tests for internal logic of joinWith()
116
+ * @todo tests for internal logic of joinWith()
117
117
*/
118
118
public function testJoinWith ()
119
119
{
@@ -125,7 +125,7 @@ public function testJoinWith()
125
125
}
126
126
127
127
/**
128
- * @todo: tests for internal logic of innerJoinWith()
128
+ * @todo tests for internal logic of innerJoinWith()
129
129
*/
130
130
public function testInnerJoinWith ()
131
131
{
@@ -157,7 +157,7 @@ public function testBuildJoinWithRemoveDuplicateJoinByTableName()
157
157
}
158
158
159
159
/**
160
- * @todo: tests for the regex inside getQueryTableName
160
+ * @todo tests for the regex inside getQueryTableName
161
161
*/
162
162
public function testGetQueryTableName_from_not_set ()
163
163
{
@@ -231,7 +231,7 @@ public function testOrOnCondition_on_set()
231
231
}
232
232
233
233
/**
234
- * @todo: tests for internal logic of viaTable()
234
+ * @todo tests for internal logic of viaTable()
235
235
*/
236
236
public function testViaTable ()
237
237
{
0 commit comments