diff --git a/tests/Console/ApplicationTest.php b/tests/Console/ApplicationTest.php index 0096ed2..780630e 100644 --- a/tests/Console/ApplicationTest.php +++ b/tests/Console/ApplicationTest.php @@ -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()); }