@@ -126,7 +126,7 @@ public function testInstallPackageFromGithubEndPoint()
126126 }
127127
128128 /**
129- * @expectedException RuntimeException
129+ * @expectedException \ RuntimeException
130130 * @expectedExceptionMessage Cannot find package select2 version 3.4.5.
131131 */
132132 public function testInstallPackageFromGithubEndPointVersionNotFound ()
@@ -338,7 +338,7 @@ public function testInstallDependenciesWithGithubEndpoint()
338338 }
339339
340340 /**
341- * @expectedException RuntimeException
341+ * @expectedException \ RuntimeException
342342 */
343343 public function testInstallDependenciesException ()
344344 {
@@ -373,7 +373,7 @@ public function testUpdatePackage()
373373 }
374374
375375 /**
376- * @expectedException InvalidArgumentException
376+ * @expectedException \ InvalidArgumentException
377377 * @expectedExceptionMessage Package notinbowerjson not found in bower.json
378378 */
379379 public function testUpdatePackageNotFoundInBowerJson ()
@@ -402,7 +402,7 @@ public function testUpdatePackageNotFoundInBowerJson()
402402 }
403403
404404 /**
405- * @expectedException RuntimeException
405+ * @expectedException \ RuntimeException
406406 * @expectedExceptionMessage Cannot fetch registry info for package jquery from search registry (error).
407407 */
408408 public function testUpdatePackageNotFoundInRepository ()
@@ -440,7 +440,7 @@ public function testUpdatePackageNotFoundInRepository()
440440 }
441441
442442 /**
443- * @expectedException RuntimeException
443+ * @expectedException \ RuntimeException
444444 * @expectedExceptionMessage Registry info for package colorbox has malformed json or is missing "url".
445445 */
446446 public function testUpdatePackageJsonException ()
@@ -471,7 +471,7 @@ public function testUpdatePackageJsonException()
471471 }
472472
473473 /**
474- * @expectedException RuntimeException
474+ * @expectedException \ RuntimeException
475475 * @expectedExceptionMessage Invalid bower.json found in package colorbox: {invalid.
476476 */
477477 public function testUpdatePackageWithInvalidBowerJson ()
@@ -603,7 +603,7 @@ public function testUpdateDependencies()
603603 }
604604
605605 /**
606- * @expectedException RuntimeException
606+ * @expectedException \ RuntimeException
607607 * @expectedExceptionMessage Malformed JSON
608608 */
609609 public function testUpdatePackageWithMalformedBowerJsonContent ()
@@ -638,7 +638,7 @@ public function testUpdatePackageWithMalformedBowerJsonContent()
638638 }
639639
640640 /**
641- * @expectedException RuntimeException
641+ * @expectedException \ RuntimeException
642642 * @expectedExceptionMessage Cannot find package colorbox version 2.*.
643643 */
644644 public function testUpdatePackageVersionNotFound ()
@@ -769,7 +769,7 @@ public function testSearchPackages()
769769 }
770770
771771 /**
772- * @expectedException RuntimeException
772+ * @expectedException \ RuntimeException
773773 * @expectedExceptionMessage Cannot get package list from http://bower.herokuapp.com.
774774 */
775775 public function testSearchPackagesException ()
@@ -932,7 +932,7 @@ public function testInstallPackageWithDependenciesToUpdate()
932932 }
933933
934934 /**
935- * @expectedException RuntimeException
935+ * @expectedException \ RuntimeException
936936 * @expectedExceptionMessage Registry info for package colorbox has malformed json or is missing "url".
937937 */
938938 public function testInstallPackageJsonException ()
@@ -953,7 +953,7 @@ public function testInstallPackageJsonException()
953953 }
954954
955955 /**
956- * @expectedException RuntimeException
956+ * @expectedException \ RuntimeException
957957 * @expectedExceptionMessage Invalid bower.json found in package colorbox: {invalid.
958958 */
959959 public function testInstallBowerJsonException ()
@@ -980,7 +980,7 @@ public function testInstallBowerJsonException()
980980 }
981981
982982 /**
983- * @expectedException RuntimeException
983+ * @expectedException \ RuntimeException
984984 * @expectedExceptionMessage Cannot find package colorbox version *.
985985 */
986986 public function testInstallPackageVersionNotFound ()
@@ -1069,7 +1069,7 @@ public function testUpdateWithDependenciesToUpdate()
10691069 }
10701070
10711071 /**
1072- * @expectedException RuntimeException
1072+ * @expectedException \ RuntimeException
10731073 * @expectedExceptionMessage Package jquery is not installed.
10741074 */
10751075 public function testUpdateUninstalledPackage ()
@@ -1152,7 +1152,7 @@ public function testUpdateWithDependenciesToInstall()
11521152 }
11531153
11541154 /**
1155- * @expectedException RuntimeException
1155+ * @expectedException \ RuntimeException
11561156 * @expectedExceptionMessage Unsupported info option "baz"
11571157 */
11581158 public function testGetPackageInfoInvalidInfo ()
@@ -1177,7 +1177,7 @@ public function testGetPackageInfoInvalidInfo()
11771177 }
11781178
11791179 /**
1180- * @expectedException RuntimeException
1180+ * @expectedException \ RuntimeException
11811181 * @expectedExceptionMessage Registry info for package colorbox has malformed json or is missing "url".
11821182 */
11831183 public function testGetPackageInfoJsonException ()
@@ -1233,7 +1233,7 @@ public function testUninstallPackage()
12331233 }
12341234
12351235 /**
1236- * @expectedException RuntimeException
1236+ * @expectedException \ RuntimeException
12371237 * @expectedExceptionMessage Package jquery is not installed.
12381238 */
12391239 public function testUninstallUninstalledPackage ()
0 commit comments