@@ -18,7 +18,7 @@ protected function getApiClass()
1818 }
1919
2020 /**
21- * @expectedException Imgur\Exception\ErrorException
21+ * @expectedException \ Imgur\Exception\ErrorException
2222 * @expectedExceptionMessage Authentication required
2323 */
2424 public function testBaseReal ()
@@ -132,7 +132,7 @@ public function testGallery()
132132 }
133133
134134 /**
135- * @expectedException Imgur\Exception\InvalidArgumentException
135+ * @expectedException \ Imgur\Exception\InvalidArgumentException
136136 * @expectedExceptionMessage is wrong. Possible values are
137137 */
138138 public function testGalleryWrongSortValue ()
@@ -141,7 +141,7 @@ public function testGalleryWrongSortValue()
141141 }
142142
143143 /**
144- * @expectedException Imgur\Exception\InvalidArgumentException
144+ * @expectedException \ Imgur\Exception\InvalidArgumentException
145145 * @expectedExceptionMessage is wrong. Possible values are
146146 */
147147 public function testGalleryWrongSectionValue ()
@@ -150,7 +150,7 @@ public function testGalleryWrongSectionValue()
150150 }
151151
152152 /**
153- * @expectedException Imgur\Exception\InvalidArgumentException
153+ * @expectedException \ Imgur\Exception\InvalidArgumentException
154154 * @expectedExceptionMessage is wrong. Possible values are
155155 */
156156 public function testGalleryWrongWindowValue ()
@@ -180,7 +180,7 @@ public function testMemesSubgallery()
180180 }
181181
182182 /**
183- * @expectedException Imgur\Exception\InvalidArgumentException
183+ * @expectedException \ Imgur\Exception\InvalidArgumentException
184184 * @expectedExceptionMessage is wrong. Possible values are
185185 */
186186 public function testMemesSubgalleryWrongSortValue ()
@@ -189,7 +189,7 @@ public function testMemesSubgalleryWrongSortValue()
189189 }
190190
191191 /**
192- * @expectedException Imgur\Exception\InvalidArgumentException
192+ * @expectedException \ Imgur\Exception\InvalidArgumentException
193193 * @expectedExceptionMessage is wrong. Possible values are
194194 */
195195 public function testMemesSubgalleryWrongWindowValue ()
@@ -238,7 +238,7 @@ public function testSubredditGalleries()
238238 }
239239
240240 /**
241- * @expectedException Imgur\Exception\InvalidArgumentException
241+ * @expectedException \ Imgur\Exception\InvalidArgumentException
242242 * @expectedExceptionMessage is wrong. Possible values are
243243 */
244244 public function testSubredditGalleriesWrongSortValue ()
@@ -247,7 +247,7 @@ public function testSubredditGalleriesWrongSortValue()
247247 }
248248
249249 /**
250- * @expectedException Imgur\Exception\InvalidArgumentException
250+ * @expectedException \ Imgur\Exception\InvalidArgumentException
251251 * @expectedExceptionMessage is wrong. Possible values are
252252 */
253253 public function testSubredditGalleriesWrongWindowValue ()
@@ -296,7 +296,7 @@ public function testGalleryTag()
296296 }
297297
298298 /**
299- * @expectedException Imgur\Exception\InvalidArgumentException
299+ * @expectedException \ Imgur\Exception\InvalidArgumentException
300300 * @expectedExceptionMessage is wrong. Possible values are
301301 */
302302 public function testGalleryTagWrongSortValue ()
@@ -305,7 +305,7 @@ public function testGalleryTagWrongSortValue()
305305 }
306306
307307 /**
308- * @expectedException Imgur\Exception\InvalidArgumentException
308+ * @expectedException \ Imgur\Exception\InvalidArgumentException
309309 * @expectedExceptionMessage is wrong. Possible values are
310310 */
311311 public function testGalleryTagWrongWindowValue ()
@@ -369,7 +369,7 @@ public function testGalleryVoteTag()
369369 }
370370
371371 /**
372- * @expectedException Imgur\Exception\InvalidArgumentException
372+ * @expectedException \ Imgur\Exception\InvalidArgumentException
373373 * @expectedExceptionMessage is wrong. Possible values are
374374 */
375375 public function testGalleryVoteTagWrongVoteValue ()
@@ -399,7 +399,7 @@ public function testSearch()
399399 }
400400
401401 /**
402- * @expectedException Imgur\Exception\InvalidArgumentException
402+ * @expectedException \ Imgur\Exception\InvalidArgumentException
403403 * @expectedExceptionMessage is wrong. Possible values are
404404 */
405405 public function testSearchWrongValues ()
@@ -446,7 +446,7 @@ public function testSubmitToGallery()
446446 }
447447
448448 /**
449- * @expectedException Imgur\Exception\MissingArgumentException
449+ * @expectedException \ Imgur\Exception\MissingArgumentException
450450 * @expectedExceptionMessage parameters is missing
451451 */
452452 public function testSubmitToGalleryParamMissing ()
@@ -563,7 +563,7 @@ public function testVote()
563563 }
564564
565565 /**
566- * @expectedException Imgur\Exception\InvalidArgumentException
566+ * @expectedException \ Imgur\Exception\InvalidArgumentException
567567 * @expectedExceptionMessage is wrong. Possible values are
568568 */
569569 public function testVoteWrongVoteValue ()
@@ -593,7 +593,7 @@ public function testComments()
593593 }
594594
595595 /**
596- * @expectedException Imgur\Exception\InvalidArgumentException
596+ * @expectedException \ Imgur\Exception\InvalidArgumentException
597597 * @expectedExceptionMessage is wrong. Possible values are
598598 */
599599 public function testCommentsWrongValues ()
@@ -638,7 +638,7 @@ public function testCreateComment()
638638 }
639639
640640 /**
641- * @expectedException Imgur\Exception\MissingArgumentException
641+ * @expectedException \ Imgur\Exception\MissingArgumentException
642642 * @expectedExceptionMessage parameters is missing
643643 */
644644 public function testCreateCommentParamMissing ()
@@ -664,7 +664,7 @@ public function testCreateReply()
664664 }
665665
666666 /**
667- * @expectedException Imgur\Exception\MissingArgumentException
667+ * @expectedException \ Imgur\Exception\MissingArgumentException
668668 * @expectedExceptionMessage parameters is missing
669669 */
670670 public function testCreateReplyParamMissing ()
0 commit comments