diff options
| author | Imbasaur <yarrusg@gmail.com> | 2016-04-29 15:20:48 +0200 |
|---|---|---|
| committer | Imbasaur <yarrusg@gmail.com> | 2016-04-29 15:20:48 +0200 |
| commit | 7459bc1c40af72441ccdaff944ef2dc9465ba9bf (patch) | |
| tree | fea088cdda93079aee9e719a1bbe8464358efbb0 /tests/integration/MeTest.php | |
| parent | 99f275e5bb033cca33eee87b0e914645730f13d1 (diff) | |
| parent | 81a25cbe6328eab7c4de0befc64186610ecc7f49 (diff) | |
Merge pull request #2 from fguillot/master
merge
Diffstat (limited to 'tests/integration/MeTest.php')
| -rw-r--r-- | tests/integration/MeTest.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/integration/MeTest.php b/tests/integration/MeTest.php index 21f61756..1b028b84 100644 --- a/tests/integration/MeTest.php +++ b/tests/integration/MeTest.php @@ -15,7 +15,7 @@ class MeTest extends Base } /** - * @expectedException JsonRPC\AccessDeniedException + * @expectedException JsonRPC\Exception\AccessDeniedException */ public function testNotAllowedAppProcedure() { @@ -23,7 +23,7 @@ class MeTest extends Base } /** - * @expectedException JsonRPC\AccessDeniedException + * @expectedException JsonRPC\Exception\AccessDeniedException */ public function testNotAllowedUserProcedure() { @@ -31,7 +31,7 @@ class MeTest extends Base } /** - * @expectedException JsonRPC\AccessDeniedException + * @expectedException JsonRPC\Exception\AccessDeniedException */ public function testNotAllowedProjectForUser() { @@ -140,7 +140,7 @@ class MeTest extends Base } /** - * @expectedException JsonRPC\AccessDeniedException + * @expectedException JsonRPC\Exception\AccessDeniedException */ public function testGetAdminTask() { @@ -148,7 +148,7 @@ class MeTest extends Base } /** - * @expectedException JsonRPC\AccessDeniedException + * @expectedException JsonRPC\Exception\AccessDeniedException */ public function testGetProjectActivityDenied() { |
