Skip to content

Commit

Permalink
Try to slip global backup for tests running in HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Obuhovich committed Mar 9, 2016
1 parent 42fcc47 commit dd7344a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/aik099/PHPUnit/BrowserTestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ public function testGetCollectCodeCoverageInformationSuccess()
*
* @return void
* @large
* @backupGlobals disabled
* @runInSeparateProcess
*/
public function testRun()
Expand All @@ -299,6 +300,7 @@ public function testRun()
*
* @return void
* @large
* @backupGlobals disabled
* @runInSeparateProcess
*/
public function testRunCreateResult()
Expand All @@ -314,6 +316,7 @@ public function testRunCreateResult()
*
* @return void
* @large
* @backupGlobals disabled
* @runInSeparateProcess
*/
public function testRunWithCoverageWithoutRemoteUrl()
Expand Down Expand Up @@ -352,6 +355,7 @@ public function testRunWithCoverageWithoutRemoteUrl()
*
* @return void
* @large
* @backupGlobals disabled
* @runInSeparateProcess
*/
public function testRunWithCoverage()
Expand Down

0 comments on commit dd7344a

Please sign in to comment.