Skip to content

Commit 763293a

Browse files
committed
Fix phpspec version and predictions
1 parent 1696386 commit 763293a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Diff for: composer.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
"homepage": "http://github.com/knplabs/Gaufrette/contributors"
1717
}
1818
],
19-
"repositories": [
20-
{
21-
"type": "pear",
22-
"url": "http://pear.php.net"
23-
}
24-
],
2519
"require": {
2620
"php": ">=5.3.2"
2721
},
@@ -30,7 +24,7 @@
3024
"amazonwebservices/aws-sdk-for-php": "1.5.*",
3125
"rackspace/php-opencloud" : "1.9.*",
3226
"google/apiclient": "~1.1.3",
33-
"phpspec/phpspec": "2.0.*",
27+
"phpspec/phpspec": "~2.4",
3428
"phpseclib/phpseclib": "^2.0",
3529
"doctrine/dbal": ">=2.3",
3630
"dropbox-php/dropbox-php": "*",

Diff for: 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)