From 8a43f02ae98ffd302a6658fcddcd102fb62d25ce Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 22 May 2014 00:37:15 +0200 Subject: [PATCH] SFTP Functional tests: Keep story linear. --- tests/Net/SFTPFunctionalTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Net/SFTPFunctionalTest.php b/tests/Net/SFTPFunctionalTest.php index 9d8d0731..0fc2399d 100644 --- a/tests/Net/SFTPFunctionalTest.php +++ b/tests/Net/SFTPFunctionalTest.php @@ -141,7 +141,7 @@ class Net_SFTPFunctionalTest extends PhpseclibFunctionalTestCase } /** - * @depends testChDirScratch + * @depends testStatOnDir */ public function testPutSizeGetFile($sftp) { @@ -179,7 +179,7 @@ class Net_SFTPFunctionalTest extends PhpseclibFunctionalTestCase } /** - * @depends testPutSizeGetFile + * @depends testChDirOnFile */ public function testFileExistsIsFileIsDirFile($sftp) {