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

Commit

Permalink
Merge pull request #4 from jmalloc/master
Browse files Browse the repository at this point in the history
Change use of IcecaveStudios/isolator to icecave/isolator.
  • Loading branch information
ezzatron committed Aug 6, 2012
2 parents 8cb8f31 + a6655e6 commit d1aeae1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.0",
"icecavestudios/isolator": "1.*"
"icecave/isolator": "2.*"
},
"require-dev": {
"phake/phake": "1.*"
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Eloquent/Asplode/Asplode.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Eloquent\Asplode;

use IcecaveStudios\Isolator\Isolator;
use Icecave\Isolator\Isolator;

class Asplode
{
Expand Down
2 changes: 1 addition & 1 deletion test/suite/Eloquent/Asplode/AsplodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected function setUp()
{
parent::setUp();

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

Expand Down

0 comments on commit d1aeae1

Please sign in to comment.