14
14
use RedisClient \Exception \ErrorResponseException ;
15
15
16
16
/**
17
- * @see ServerCommandsTrait
17
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait
18
18
*/
19
19
class ServerCommandsTest extends \PHPUnit_Framework_TestCase {
20
20
@@ -60,7 +60,7 @@ protected function setUp() {
60
60
}
61
61
62
62
/**
63
- * @see ServerCommandsTrait::bgrewriteaof
63
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::bgrewriteaof
64
64
*/
65
65
public function _test_bgrewriteaof () {
66
66
$ Redis = static ::$ Redis ;
@@ -75,7 +75,7 @@ public function _test_bgrewriteaof() {
75
75
}
76
76
77
77
/**
78
- * @see ServerCommandsTrait::bgsave
78
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::bgsave
79
79
*/
80
80
public function _test_bgsave () {
81
81
$ Redis = static ::$ Redis ;
@@ -90,7 +90,7 @@ public function _test_bgsave() {
90
90
}
91
91
92
92
/**
93
- * @see ServerCommandsTrait::clientGetname
93
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::clientGetname
94
94
*/
95
95
public function test_clientGetname () {
96
96
$ Redis = static ::$ Redis ;
@@ -101,7 +101,7 @@ public function test_clientGetname() {
101
101
}
102
102
103
103
/**
104
- * @see ServerCommandsTrait::clientList
104
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::clientList
105
105
*/
106
106
public function test_clientList () {
107
107
$ Redis = static ::$ Redis ;
@@ -112,7 +112,7 @@ public function test_clientList() {
112
112
}
113
113
114
114
/**
115
- * @see ServerCommandsTrait::configGet
115
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::configGet
116
116
*/
117
117
public function test_configGet () {
118
118
$ Redis = static ::$ Redis ;
@@ -123,7 +123,7 @@ public function test_configGet() {
123
123
}
124
124
125
125
/**
126
- * @see ServerCommandsTrait::configResetstat
126
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::configResetstat
127
127
*/
128
128
public function test_configResetstat () {
129
129
$ Redis = static ::$ Redis ;
@@ -132,7 +132,7 @@ public function test_configResetstat() {
132
132
}
133
133
134
134
/**
135
- * @see ServerCommandsTrait::dbsize
135
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::dbsize
136
136
*/
137
137
public function test_dbsize () {
138
138
$ Redis = static ::$ Redis ;
@@ -145,7 +145,7 @@ public function test_dbsize() {
145
145
}
146
146
147
147
/**
148
- * @see ServerCommandsTrait::debugObject
148
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::debugObject
149
149
*/
150
150
public function test_debugObject () {
151
151
$ Redis = static ::$ Redis ;
@@ -155,7 +155,7 @@ public function test_debugObject() {
155
155
}
156
156
157
157
/**
158
- * @see ServerCommandsTrait::flushall
158
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::flushall
159
159
*/
160
160
public function test_flushall () {
161
161
$ Redis = static ::$ Redis ;
@@ -164,7 +164,7 @@ public function test_flushall() {
164
164
}
165
165
166
166
/**
167
- * @see ServerCommandsTrait::flushdb
167
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::flushdb
168
168
*/
169
169
public function test_flushdb () {
170
170
$ Redis = static ::$ Redis ;
@@ -173,7 +173,7 @@ public function test_flushdb() {
173
173
}
174
174
175
175
/**
176
- * @see ServerCommandsTrait::info
176
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::info
177
177
*/
178
178
public function test_info () {
179
179
$ Redis = static ::$ Redis ;
@@ -209,7 +209,7 @@ public function test_info() {
209
209
}
210
210
211
211
/**
212
- * @see ServerCommandsTrait::info
212
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::info
213
213
*/
214
214
public function test_lastsave () {
215
215
$ Redis = static ::$ Redis ;
@@ -219,16 +219,15 @@ public function test_lastsave() {
219
219
}
220
220
221
221
/**
222
- * @see ServerCommandsTrait::monitor
222
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::monitor
223
223
*/
224
224
public function _test_monitor () {
225
225
$ Redis = static ::$ Redis ;
226
-
227
226
$ this ->assertSame (true , $ Redis ->monitor ());
228
227
}
229
228
230
229
/**
231
- * @see ServerCommandsTrait::save
230
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::save
232
231
*/
233
232
public function test_save () {
234
233
$ Redis = static ::$ Redis ;
@@ -237,7 +236,7 @@ public function test_save() {
237
236
}
238
237
239
238
/**
240
- * @see ServerCommandsTrait::slowlog
239
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::slowlog
241
240
*/
242
241
public function _test_showlog () {
243
242
$ Redis = static ::$ Redis ;
@@ -246,7 +245,7 @@ public function _test_showlog() {
246
245
}
247
246
248
247
/**
249
- * @see ServerCommandsTrait::time
248
+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::time
250
249
*/
251
250
public function test_time () {
252
251
$ Redis = static ::$ Redis ;
0 commit comments