SFTP Functional tests: Keep story linear.

This commit is contained in:
Andreas Fischer 2014-05-22 00:37:15 +02:00
parent 6e8e44b120
commit 8a43f02ae9

View File

@ -141,7 +141,7 @@ class Net_SFTPFunctionalTest extends PhpseclibFunctionalTestCase
} }
/** /**
* @depends testChDirScratch * @depends testStatOnDir
*/ */
public function testPutSizeGetFile($sftp) public function testPutSizeGetFile($sftp)
{ {
@ -179,7 +179,7 @@ class Net_SFTPFunctionalTest extends PhpseclibFunctionalTestCase
} }
/** /**
* @depends testPutSizeGetFile * @depends testChDirOnFile
*/ */
public function testFileExistsIsFileIsDirFile($sftp) public function testFileExistsIsFileIsDirFile($sftp)
{ {