/tests/unit/suite/libraries/joomla/client/JFTPTest.php
https://github.com/chdemko/joomla-cms · PHP · 264 lines · 95 code · 32 blank · 137 comment · 0 complexity · b7601bb448a3b80633d922631e066ed2 MD5 · raw file
- <?php
- /**
- * @version $Id$
- * @copyright Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved.
- * @license GNU General Public License version 2 or later; see LICENSE.txt
- */
- require_once JPATH_BASE.'/libraries/joomla/client/ftp.php';
- /**
- * Test class for JFTP.
- * Generated by PHPUnit on 2009-10-08 at 21:48:11.
- */
- class JFTPTest extends PHPUnit_Framework_TestCase {
- /**
- * @var JFTP
- * @access protected
- */
- protected $object;
- /**
- * Sets up the fixture, for example, opens a network connection.
- * This method is called before a test is executed.
- *
- * @access protected
- */
- protected function setUp() {
- $this->object = new JFTP;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- *
- * @access protected
- */
- protected function tearDown() {
- }
- /**
- * @todo Implement test__destruct().
- */
- public function test__destruct() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testGetInstance().
- */
- public function testGetInstance() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testSetOptions().
- */
- public function testSetOptions() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testConnect().
- */
- public function testConnect() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testIsConnected().
- */
- public function testIsConnected() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testLogin().
- */
- public function testLogin() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testQuit().
- */
- public function testQuit() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testPwd().
- */
- public function testPwd() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testSyst().
- */
- public function testSyst() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testChdir().
- */
- public function testChdir() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testReinit().
- */
- public function testReinit() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testRename().
- */
- public function testRename() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testChmod().
- */
- public function testChmod() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testDelete().
- */
- public function testDelete() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testMkdir().
- */
- public function testMkdir() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testRestart().
- */
- public function testRestart() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testCreate().
- */
- public function testCreate() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testRead().
- */
- public function testRead() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testGet().
- */
- public function testGet() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testStore().
- */
- public function testStore() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testWrite().
- */
- public function testWrite() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testListNames().
- */
- public function testListNames() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement testListDetails().
- */
- public function testListDetails() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement test_putCmd().
- */
- public function test_putCmd() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement test_verifyResponse().
- */
- public function test_verifyResponse() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement test_passive().
- */
- public function test_passive() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement test_findMode().
- */
- public function test_findMode() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- /**
- * @todo Implement test_mode().
- */
- public function test_mode() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete('This test has not been implemented yet.');
- }
- }
- ?>