Update JsonRPC library

This commit is contained in:
Frederic Guillot
2016-04-26 22:55:56 -04:00
parent 36bdcf193b
commit 1936a74cb3
6 changed files with 19 additions and 19 deletions

View File

@@ -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()
{