Skip to content

Commit

Permalink
update unit test for bucket get region from config
Browse files Browse the repository at this point in the history
  • Loading branch information
heskyji committed Dec 8, 2015
1 parent 9ed20f9 commit d902d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Console/ApplicationTest.php
Expand Up @@ -45,6 +45,7 @@ public function testGetBucket()
$this->configMock->shouldReceive('getKey')->once();
$this->configMock->shouldReceive('getSecret')->once();
$this->configMock->shouldReceive('getBucket')->once();
$this->configMock->shouldReceive('getRegion')->once();

$this->assertInstanceOf('GitS3\Wrapper\Bucket', $this->application->getBucket());
}
Expand Down

0 comments on commit d902d83

Please sign in to comment.