@@ -18,7 +18,7 @@ protected function getApiClass()
18
18
}
19
19
20
20
/**
21
- * @expectedException Imgur\Exception\ErrorException
21
+ * @expectedException \ Imgur\Exception\ErrorException
22
22
* @expectedExceptionMessage Authentication required
23
23
*/
24
24
public function testBaseReal ()
@@ -132,7 +132,7 @@ public function testGallery()
132
132
}
133
133
134
134
/**
135
- * @expectedException Imgur\Exception\InvalidArgumentException
135
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
136
136
* @expectedExceptionMessage is wrong. Possible values are
137
137
*/
138
138
public function testGalleryWrongSortValue ()
@@ -141,7 +141,7 @@ public function testGalleryWrongSortValue()
141
141
}
142
142
143
143
/**
144
- * @expectedException Imgur\Exception\InvalidArgumentException
144
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
145
145
* @expectedExceptionMessage is wrong. Possible values are
146
146
*/
147
147
public function testGalleryWrongSectionValue ()
@@ -150,7 +150,7 @@ public function testGalleryWrongSectionValue()
150
150
}
151
151
152
152
/**
153
- * @expectedException Imgur\Exception\InvalidArgumentException
153
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
154
154
* @expectedExceptionMessage is wrong. Possible values are
155
155
*/
156
156
public function testGalleryWrongWindowValue ()
@@ -180,7 +180,7 @@ public function testMemesSubgallery()
180
180
}
181
181
182
182
/**
183
- * @expectedException Imgur\Exception\InvalidArgumentException
183
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
184
184
* @expectedExceptionMessage is wrong. Possible values are
185
185
*/
186
186
public function testMemesSubgalleryWrongSortValue ()
@@ -189,7 +189,7 @@ public function testMemesSubgalleryWrongSortValue()
189
189
}
190
190
191
191
/**
192
- * @expectedException Imgur\Exception\InvalidArgumentException
192
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
193
193
* @expectedExceptionMessage is wrong. Possible values are
194
194
*/
195
195
public function testMemesSubgalleryWrongWindowValue ()
@@ -238,7 +238,7 @@ public function testSubredditGalleries()
238
238
}
239
239
240
240
/**
241
- * @expectedException Imgur\Exception\InvalidArgumentException
241
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
242
242
* @expectedExceptionMessage is wrong. Possible values are
243
243
*/
244
244
public function testSubredditGalleriesWrongSortValue ()
@@ -247,7 +247,7 @@ public function testSubredditGalleriesWrongSortValue()
247
247
}
248
248
249
249
/**
250
- * @expectedException Imgur\Exception\InvalidArgumentException
250
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
251
251
* @expectedExceptionMessage is wrong. Possible values are
252
252
*/
253
253
public function testSubredditGalleriesWrongWindowValue ()
@@ -296,7 +296,7 @@ public function testGalleryTag()
296
296
}
297
297
298
298
/**
299
- * @expectedException Imgur\Exception\InvalidArgumentException
299
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
300
300
* @expectedExceptionMessage is wrong. Possible values are
301
301
*/
302
302
public function testGalleryTagWrongSortValue ()
@@ -305,7 +305,7 @@ public function testGalleryTagWrongSortValue()
305
305
}
306
306
307
307
/**
308
- * @expectedException Imgur\Exception\InvalidArgumentException
308
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
309
309
* @expectedExceptionMessage is wrong. Possible values are
310
310
*/
311
311
public function testGalleryTagWrongWindowValue ()
@@ -369,7 +369,7 @@ public function testGalleryVoteTag()
369
369
}
370
370
371
371
/**
372
- * @expectedException Imgur\Exception\InvalidArgumentException
372
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
373
373
* @expectedExceptionMessage is wrong. Possible values are
374
374
*/
375
375
public function testGalleryVoteTagWrongVoteValue ()
@@ -399,7 +399,7 @@ public function testSearch()
399
399
}
400
400
401
401
/**
402
- * @expectedException Imgur\Exception\InvalidArgumentException
402
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
403
403
* @expectedExceptionMessage is wrong. Possible values are
404
404
*/
405
405
public function testSearchWrongValues ()
@@ -446,7 +446,7 @@ public function testSubmitToGallery()
446
446
}
447
447
448
448
/**
449
- * @expectedException Imgur\Exception\MissingArgumentException
449
+ * @expectedException \ Imgur\Exception\MissingArgumentException
450
450
* @expectedExceptionMessage parameters is missing
451
451
*/
452
452
public function testSubmitToGalleryParamMissing ()
@@ -563,7 +563,7 @@ public function testVote()
563
563
}
564
564
565
565
/**
566
- * @expectedException Imgur\Exception\InvalidArgumentException
566
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
567
567
* @expectedExceptionMessage is wrong. Possible values are
568
568
*/
569
569
public function testVoteWrongVoteValue ()
@@ -593,7 +593,7 @@ public function testComments()
593
593
}
594
594
595
595
/**
596
- * @expectedException Imgur\Exception\InvalidArgumentException
596
+ * @expectedException \ Imgur\Exception\InvalidArgumentException
597
597
* @expectedExceptionMessage is wrong. Possible values are
598
598
*/
599
599
public function testCommentsWrongValues ()
@@ -638,7 +638,7 @@ public function testCreateComment()
638
638
}
639
639
640
640
/**
641
- * @expectedException Imgur\Exception\MissingArgumentException
641
+ * @expectedException \ Imgur\Exception\MissingArgumentException
642
642
* @expectedExceptionMessage parameters is missing
643
643
*/
644
644
public function testCreateCommentParamMissing ()
@@ -664,7 +664,7 @@ public function testCreateReply()
664
664
}
665
665
666
666
/**
667
- * @expectedException Imgur\Exception\MissingArgumentException
667
+ * @expectedException \ Imgur\Exception\MissingArgumentException
668
668
* @expectedExceptionMessage parameters is missing
669
669
*/
670
670
public function testCreateReplyParamMissing ()
0 commit comments