Skip to content

Commit

Permalink
Make tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Rubbert committed Feb 22, 2014
1 parent 5449b39 commit 027d2b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Tests/Unit/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public function makeSureThatNonExistantFunctionsAreProxiedToTheBuzzBrowser()
/**
* @test
* @runInSeparateProcess
* @preserveGlobalState disabled
* @expectedException Lasso\Oauth2ClientBundle\Exceptions\ClientErrorException
*/
public function clientErrorOnCallThrowsCorrectException()
Expand All @@ -171,7 +170,6 @@ public function clientErrorOnCallThrowsCorrectException()
/**
* @test
* @runInSeparateProcess
* @preserveGlobalState disabled
* @expectedException Lasso\Oauth2ClientBundle\Exceptions\ServerErrorException
*/
public function serverErrorOnCallThrowsCorrectException()
Expand All @@ -186,7 +184,6 @@ public function serverErrorOnCallThrowsCorrectException()
/**
* @test
* @runInSeparateProcess
* @preserveGlobalState disabled
* @expectedException Lasso\Oauth2ClientBundle\Exceptions\ClientErrorException
*/
public function clientErrorOnSubmitThrowsCorrectException()
Expand All @@ -200,7 +197,6 @@ public function clientErrorOnSubmitThrowsCorrectException()
/**
* @test
* @runInSeparateProcess
* @preserveGlobalState disabled
* @expectedException Lasso\Oauth2ClientBundle\Exceptions\ServerErrorException
*/
public function serverErrorOnSubmitThrowsCorrectException()
Expand All @@ -215,7 +211,6 @@ public function serverErrorOnSubmitThrowsCorrectException()
/**
* @test
* @runInSeparateProcess
* @preserveGlobalState disabled
* @expectedException Lasso\Oauth2ClientBundle\Exceptions\ClientErrorException
*/
public function clientErrorOnSendThrowsCorrectException()
Expand All @@ -234,7 +229,6 @@ public function clientErrorOnSendThrowsCorrectException()
/**
* @test
* @runInSeparateProcess
* @preserveGlobalState disabled
* @expectedException Lasso\Oauth2ClientBundle\Exceptions\ServerErrorException
*/
public function serverErrorOnSendThrowsCorrectException()
Expand Down

0 comments on commit 027d2b4

Please sign in to comment.