Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Commit d1aeae1

Browse files
committed
Merge pull request #4 from jmalloc/master
Change use of IcecaveStudios/isolator to icecave/isolator.
2 parents 8cb8f31 + a6655e6 commit d1aeae1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"icecavestudios/isolator": "1.*"
16+
"icecave/isolator": "2.*"
1717
},
1818
"require-dev": {
1919
"phake/phake": "1.*"

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Eloquent/Asplode/Asplode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Eloquent\Asplode;
1313

14-
use IcecaveStudios\Isolator\Isolator;
14+
use Icecave\Isolator\Isolator;
1515

1616
class Asplode
1717
{

test/suite/Eloquent/Asplode/AsplodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected function setUp()
2424
{
2525
parent::setUp();
2626

27-
$this->_isolator = Phake::mock('IcecaveStudios\Isolator\Isolator');
27+
$this->_isolator = Phake::mock('Icecave\Isolator\Isolator');
2828
$this->_asplode = new Asplode($this->_isolator);
2929
}
3030

0 commit comments

Comments
 (0)