Skip to content

Commit 1305c46

Browse files
committed
Fix phpspec version and predictions
1 parent 1696386 commit 1305c46

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"amazonwebservices/aws-sdk-for-php": "1.5.*",
3131
"rackspace/php-opencloud" : "1.9.*",
3232
"google/apiclient": "~1.1.3",
33-
"phpspec/phpspec": "2.0.*",
33+
"phpspec/phpspec": "~2.4",
3434
"phpseclib/phpseclib": "^2.0",
3535
"doctrine/dbal": ">=2.3",
3636
"dropbox-php/dropbox-php": "*",

spec/Gaufrette/Adapter/PhpseclibSftpSpec.php

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class PhpseclibSftpSpec extends ObjectBehavior
2121
function let($sftp)
2222
{
2323
$this->beConstructedWith($sftp, '/home/l3l0', false, 'l3lo', 'password');
24-
$sftp->login('l3lo', 'password')->shouldBeCalled();
2524
}
2625

2726
function it_is_adapter()

0 commit comments

Comments
 (0)