@@ -14,7 +14,6 @@ class DeleteQueryTest extends BaseTest
1414 * Test create object.
1515 *
1616 * @return void
17- * @covers ::__construct
1817 */
1918 public function testInstance ()
2019 {
@@ -31,13 +30,6 @@ protected function delete()
3130
3231 /**
3332 * Test.
34- *
35- * @covers ::from
36- * @covers ::from
37- * @covers ::getDeleteSql
38- * @covers ::prepare
39- * @covers ::build
40- * @covers ::execute
4133 */
4234 public function testFrom ()
4335 {
@@ -48,12 +40,6 @@ public function testFrom()
4840
4941 /**
5042 * Test.
51- *
52- * @covers ::from
53- * @covers ::lowPriority
54- * @covers ::getDeleteSql
55- * @covers ::prepare
56- * @covers ::build
5743 */
5844 public function testLowPriority ()
5945 {
@@ -64,14 +50,6 @@ public function testLowPriority()
6450
6551 /**
6652 * Test.
67- *
68- * @covers ::from
69- * @covers ::where
70- * @covers ::lowPriority
71- * @covers ::getDeleteSql
72- * @covers ::ignore
73- * @covers ::prepare
74- * @covers ::build
7553 */
7654 public function testIgnore ()
7755 {
@@ -84,14 +62,6 @@ public function testIgnore()
8462
8563 /**
8664 * Test.
87- *
88- * @covers ::from
89- * @covers ::where
90- * @covers ::quick
91- * @covers ::getDeleteSql
92- * @covers ::ignore
93- * @covers ::prepare
94- * @covers ::build
9565 */
9666 public function testQuick ()
9767 {
@@ -101,13 +71,6 @@ public function testQuick()
10171
10272 /**
10373 * Test.
104- *
105- * @covers ::from
106- * @covers ::where
107- * @covers ::orderBy
108- * @covers ::getOrderBySql
109- * @covers ::prepare
110- * @covers ::build
11174 */
11275 public function testOrderBy ()
11376 {
@@ -126,13 +89,6 @@ public function testOrderBy()
12689
12790 /**
12891 * Test.
129- *
130- * @covers ::from
131- * @covers ::where
132- * @covers ::limit
133- * @covers ::getLimitSql
134- * @covers ::prepare
135- * @covers ::build
13692 */
13793 public function testLimit ()
13894 {
@@ -142,16 +98,6 @@ public function testLimit()
14298
14399 /**
144100 * Test.
145- *
146- * @covers ::from
147- * @covers ::where
148- * @covers ::orWhere
149- * @covers ::prepare
150- * @covers ::build
151- * @covers ::getDeleteSql
152- * @covers ::getOrderBySql
153- * @covers ::getLimitSql
154- * @covers ::getDeleteSql
155101 */
156102 public function testWhere ()
157103 {
@@ -163,12 +109,6 @@ public function testWhere()
163109
164110 /**
165111 * Test.
166- *
167- * @covers ::from
168- * @covers ::truncate
169- * @covers ::getTruncateSql
170- * @covers ::prepare
171- * @covers ::build
172112 */
173113 public function testTruncate ()
174114 {
0 commit comments