@@ -14,7 +14,6 @@ class DeleteQueryTest extends BaseTest
14
14
* Test create object.
15
15
*
16
16
* @return void
17
- * @covers ::__construct
18
17
*/
19
18
public function testInstance ()
20
19
{
@@ -31,13 +30,6 @@ protected function delete()
31
30
32
31
/**
33
32
* Test.
34
- *
35
- * @covers ::from
36
- * @covers ::from
37
- * @covers ::getDeleteSql
38
- * @covers ::prepare
39
- * @covers ::build
40
- * @covers ::execute
41
33
*/
42
34
public function testFrom ()
43
35
{
@@ -48,12 +40,6 @@ public function testFrom()
48
40
49
41
/**
50
42
* Test.
51
- *
52
- * @covers ::from
53
- * @covers ::lowPriority
54
- * @covers ::getDeleteSql
55
- * @covers ::prepare
56
- * @covers ::build
57
43
*/
58
44
public function testLowPriority ()
59
45
{
@@ -64,14 +50,6 @@ public function testLowPriority()
64
50
65
51
/**
66
52
* Test.
67
- *
68
- * @covers ::from
69
- * @covers ::where
70
- * @covers ::lowPriority
71
- * @covers ::getDeleteSql
72
- * @covers ::ignore
73
- * @covers ::prepare
74
- * @covers ::build
75
53
*/
76
54
public function testIgnore ()
77
55
{
@@ -84,14 +62,6 @@ public function testIgnore()
84
62
85
63
/**
86
64
* Test.
87
- *
88
- * @covers ::from
89
- * @covers ::where
90
- * @covers ::quick
91
- * @covers ::getDeleteSql
92
- * @covers ::ignore
93
- * @covers ::prepare
94
- * @covers ::build
95
65
*/
96
66
public function testQuick ()
97
67
{
@@ -101,13 +71,6 @@ public function testQuick()
101
71
102
72
/**
103
73
* Test.
104
- *
105
- * @covers ::from
106
- * @covers ::where
107
- * @covers ::orderBy
108
- * @covers ::getOrderBySql
109
- * @covers ::prepare
110
- * @covers ::build
111
74
*/
112
75
public function testOrderBy ()
113
76
{
@@ -126,13 +89,6 @@ public function testOrderBy()
126
89
127
90
/**
128
91
* Test.
129
- *
130
- * @covers ::from
131
- * @covers ::where
132
- * @covers ::limit
133
- * @covers ::getLimitSql
134
- * @covers ::prepare
135
- * @covers ::build
136
92
*/
137
93
public function testLimit ()
138
94
{
@@ -142,16 +98,6 @@ public function testLimit()
142
98
143
99
/**
144
100
* 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
155
101
*/
156
102
public function testWhere ()
157
103
{
@@ -163,12 +109,6 @@ public function testWhere()
163
109
164
110
/**
165
111
* Test.
166
- *
167
- * @covers ::from
168
- * @covers ::truncate
169
- * @covers ::getTruncateSql
170
- * @covers ::prepare
171
- * @covers ::build
172
112
*/
173
113
public function testTruncate ()
174
114
{
0 commit comments