1414use RedisClient \Exception \ErrorResponseException ;
1515
1616/**
17- * @see ServerCommandsTrait
17+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait
1818 */
1919class ServerCommandsTest extends \PHPUnit_Framework_TestCase {
2020
@@ -60,7 +60,7 @@ protected function setUp() {
6060 }
6161
6262 /**
63- * @see ServerCommandsTrait::bgrewriteaof
63+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::bgrewriteaof
6464 */
6565 public function _test_bgrewriteaof () {
6666 $ Redis = static ::$ Redis ;
@@ -75,7 +75,7 @@ public function _test_bgrewriteaof() {
7575 }
7676
7777 /**
78- * @see ServerCommandsTrait::bgsave
78+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::bgsave
7979 */
8080 public function _test_bgsave () {
8181 $ Redis = static ::$ Redis ;
@@ -90,7 +90,7 @@ public function _test_bgsave() {
9090 }
9191
9292 /**
93- * @see ServerCommandsTrait::clientGetname
93+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::clientGetname
9494 */
9595 public function test_clientGetname () {
9696 $ Redis = static ::$ Redis ;
@@ -101,7 +101,7 @@ public function test_clientGetname() {
101101 }
102102
103103 /**
104- * @see ServerCommandsTrait::clientList
104+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::clientList
105105 */
106106 public function test_clientList () {
107107 $ Redis = static ::$ Redis ;
@@ -112,7 +112,7 @@ public function test_clientList() {
112112 }
113113
114114 /**
115- * @see ServerCommandsTrait::configGet
115+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::configGet
116116 */
117117 public function test_configGet () {
118118 $ Redis = static ::$ Redis ;
@@ -123,7 +123,7 @@ public function test_configGet() {
123123 }
124124
125125 /**
126- * @see ServerCommandsTrait::configResetstat
126+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::configResetstat
127127 */
128128 public function test_configResetstat () {
129129 $ Redis = static ::$ Redis ;
@@ -132,7 +132,7 @@ public function test_configResetstat() {
132132 }
133133
134134 /**
135- * @see ServerCommandsTrait::dbsize
135+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::dbsize
136136 */
137137 public function test_dbsize () {
138138 $ Redis = static ::$ Redis ;
@@ -145,7 +145,7 @@ public function test_dbsize() {
145145 }
146146
147147 /**
148- * @see ServerCommandsTrait::debugObject
148+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::debugObject
149149 */
150150 public function test_debugObject () {
151151 $ Redis = static ::$ Redis ;
@@ -155,7 +155,7 @@ public function test_debugObject() {
155155 }
156156
157157 /**
158- * @see ServerCommandsTrait::flushall
158+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::flushall
159159 */
160160 public function test_flushall () {
161161 $ Redis = static ::$ Redis ;
@@ -164,7 +164,7 @@ public function test_flushall() {
164164 }
165165
166166 /**
167- * @see ServerCommandsTrait::flushdb
167+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::flushdb
168168 */
169169 public function test_flushdb () {
170170 $ Redis = static ::$ Redis ;
@@ -173,7 +173,7 @@ public function test_flushdb() {
173173 }
174174
175175 /**
176- * @see ServerCommandsTrait::info
176+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::info
177177 */
178178 public function test_info () {
179179 $ Redis = static ::$ Redis ;
@@ -209,7 +209,7 @@ public function test_info() {
209209 }
210210
211211 /**
212- * @see ServerCommandsTrait::info
212+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::info
213213 */
214214 public function test_lastsave () {
215215 $ Redis = static ::$ Redis ;
@@ -219,16 +219,15 @@ public function test_lastsave() {
219219 }
220220
221221 /**
222- * @see ServerCommandsTrait::monitor
222+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::monitor
223223 */
224224 public function _test_monitor () {
225225 $ Redis = static ::$ Redis ;
226-
227226 $ this ->assertSame (true , $ Redis ->monitor ());
228227 }
229228
230229 /**
231- * @see ServerCommandsTrait::save
230+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::save
232231 */
233232 public function test_save () {
234233 $ Redis = static ::$ Redis ;
@@ -237,7 +236,7 @@ public function test_save() {
237236 }
238237
239238 /**
240- * @see ServerCommandsTrait::slowlog
239+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::slowlog
241240 */
242241 public function _test_showlog () {
243242 $ Redis = static ::$ Redis ;
@@ -246,7 +245,7 @@ public function _test_showlog() {
246245 }
247246
248247 /**
249- * @see ServerCommandsTrait::time
248+ * @see \RedisClient\Command\Traits\Version2x6\ ServerCommandsTrait::time
250249 */
251250 public function test_time () {
252251 $ Redis = static ::$ Redis ;
0 commit comments