Skip to content

Commit

Permalink
Don't use PHPUnit backupGlobals, break with 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Feb 24, 2016
1 parent 899ed1c commit 7ef575c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Context/SilverStripeContextTest.php
Expand Up @@ -6,6 +6,8 @@

class SilverStripeContextTest extends \PHPUnit_Framework_TestCase {

protected $backupGlobals = false;

/**
* @expectedException \LogicException
* @expectedExceptionMessage Cannot find 'region_map' in the behat.yml
Expand Down

0 comments on commit 7ef575c

Please sign in to comment.