/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

  1. <?php
  2. /**
  3. * @version $Id$
  4. * @copyright Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved.
  5. * @license GNU General Public License version 2 or later; see LICENSE.txt
  6. */
  7. require_once JPATH_BASE.'/libraries/joomla/client/ftp.php';
  8. /**
  9. * Test class for JFTP.
  10. * Generated by PHPUnit on 2009-10-08 at 21:48:11.
  11. */
  12. class JFTPTest extends PHPUnit_Framework_TestCase {
  13. /**
  14. * @var JFTP
  15. * @access protected
  16. */
  17. protected $object;
  18. /**
  19. * Sets up the fixture, for example, opens a network connection.
  20. * This method is called before a test is executed.
  21. *
  22. * @access protected
  23. */
  24. protected function setUp() {
  25. $this->object = new JFTP;
  26. }
  27. /**
  28. * Tears down the fixture, for example, closes a network connection.
  29. * This method is called after a test is executed.
  30. *
  31. * @access protected
  32. */
  33. protected function tearDown() {
  34. }
  35. /**
  36. * @todo Implement test__destruct().
  37. */
  38. public function test__destruct() {
  39. // Remove the following lines when you implement this test.
  40. $this->markTestIncomplete('This test has not been implemented yet.');
  41. }
  42. /**
  43. * @todo Implement testGetInstance().
  44. */
  45. public function testGetInstance() {
  46. // Remove the following lines when you implement this test.
  47. $this->markTestIncomplete('This test has not been implemented yet.');
  48. }
  49. /**
  50. * @todo Implement testSetOptions().
  51. */
  52. public function testSetOptions() {
  53. // Remove the following lines when you implement this test.
  54. $this->markTestIncomplete('This test has not been implemented yet.');
  55. }
  56. /**
  57. * @todo Implement testConnect().
  58. */
  59. public function testConnect() {
  60. // Remove the following lines when you implement this test.
  61. $this->markTestIncomplete('This test has not been implemented yet.');
  62. }
  63. /**
  64. * @todo Implement testIsConnected().
  65. */
  66. public function testIsConnected() {
  67. // Remove the following lines when you implement this test.
  68. $this->markTestIncomplete('This test has not been implemented yet.');
  69. }
  70. /**
  71. * @todo Implement testLogin().
  72. */
  73. public function testLogin() {
  74. // Remove the following lines when you implement this test.
  75. $this->markTestIncomplete('This test has not been implemented yet.');
  76. }
  77. /**
  78. * @todo Implement testQuit().
  79. */
  80. public function testQuit() {
  81. // Remove the following lines when you implement this test.
  82. $this->markTestIncomplete('This test has not been implemented yet.');
  83. }
  84. /**
  85. * @todo Implement testPwd().
  86. */
  87. public function testPwd() {
  88. // Remove the following lines when you implement this test.
  89. $this->markTestIncomplete('This test has not been implemented yet.');
  90. }
  91. /**
  92. * @todo Implement testSyst().
  93. */
  94. public function testSyst() {
  95. // Remove the following lines when you implement this test.
  96. $this->markTestIncomplete('This test has not been implemented yet.');
  97. }
  98. /**
  99. * @todo Implement testChdir().
  100. */
  101. public function testChdir() {
  102. // Remove the following lines when you implement this test.
  103. $this->markTestIncomplete('This test has not been implemented yet.');
  104. }
  105. /**
  106. * @todo Implement testReinit().
  107. */
  108. public function testReinit() {
  109. // Remove the following lines when you implement this test.
  110. $this->markTestIncomplete('This test has not been implemented yet.');
  111. }
  112. /**
  113. * @todo Implement testRename().
  114. */
  115. public function testRename() {
  116. // Remove the following lines when you implement this test.
  117. $this->markTestIncomplete('This test has not been implemented yet.');
  118. }
  119. /**
  120. * @todo Implement testChmod().
  121. */
  122. public function testChmod() {
  123. // Remove the following lines when you implement this test.
  124. $this->markTestIncomplete('This test has not been implemented yet.');
  125. }
  126. /**
  127. * @todo Implement testDelete().
  128. */
  129. public function testDelete() {
  130. // Remove the following lines when you implement this test.
  131. $this->markTestIncomplete('This test has not been implemented yet.');
  132. }
  133. /**
  134. * @todo Implement testMkdir().
  135. */
  136. public function testMkdir() {
  137. // Remove the following lines when you implement this test.
  138. $this->markTestIncomplete('This test has not been implemented yet.');
  139. }
  140. /**
  141. * @todo Implement testRestart().
  142. */
  143. public function testRestart() {
  144. // Remove the following lines when you implement this test.
  145. $this->markTestIncomplete('This test has not been implemented yet.');
  146. }
  147. /**
  148. * @todo Implement testCreate().
  149. */
  150. public function testCreate() {
  151. // Remove the following lines when you implement this test.
  152. $this->markTestIncomplete('This test has not been implemented yet.');
  153. }
  154. /**
  155. * @todo Implement testRead().
  156. */
  157. public function testRead() {
  158. // Remove the following lines when you implement this test.
  159. $this->markTestIncomplete('This test has not been implemented yet.');
  160. }
  161. /**
  162. * @todo Implement testGet().
  163. */
  164. public function testGet() {
  165. // Remove the following lines when you implement this test.
  166. $this->markTestIncomplete('This test has not been implemented yet.');
  167. }
  168. /**
  169. * @todo Implement testStore().
  170. */
  171. public function testStore() {
  172. // Remove the following lines when you implement this test.
  173. $this->markTestIncomplete('This test has not been implemented yet.');
  174. }
  175. /**
  176. * @todo Implement testWrite().
  177. */
  178. public function testWrite() {
  179. // Remove the following lines when you implement this test.
  180. $this->markTestIncomplete('This test has not been implemented yet.');
  181. }
  182. /**
  183. * @todo Implement testListNames().
  184. */
  185. public function testListNames() {
  186. // Remove the following lines when you implement this test.
  187. $this->markTestIncomplete('This test has not been implemented yet.');
  188. }
  189. /**
  190. * @todo Implement testListDetails().
  191. */
  192. public function testListDetails() {
  193. // Remove the following lines when you implement this test.
  194. $this->markTestIncomplete('This test has not been implemented yet.');
  195. }
  196. /**
  197. * @todo Implement test_putCmd().
  198. */
  199. public function test_putCmd() {
  200. // Remove the following lines when you implement this test.
  201. $this->markTestIncomplete('This test has not been implemented yet.');
  202. }
  203. /**
  204. * @todo Implement test_verifyResponse().
  205. */
  206. public function test_verifyResponse() {
  207. // Remove the following lines when you implement this test.
  208. $this->markTestIncomplete('This test has not been implemented yet.');
  209. }
  210. /**
  211. * @todo Implement test_passive().
  212. */
  213. public function test_passive() {
  214. // Remove the following lines when you implement this test.
  215. $this->markTestIncomplete('This test has not been implemented yet.');
  216. }
  217. /**
  218. * @todo Implement test_findMode().
  219. */
  220. public function test_findMode() {
  221. // Remove the following lines when you implement this test.
  222. $this->markTestIncomplete('This test has not been implemented yet.');
  223. }
  224. /**
  225. * @todo Implement test_mode().
  226. */
  227. public function test_mode() {
  228. // Remove the following lines when you implement this test.
  229. $this->markTestIncomplete('This test has not been implemented yet.');
  230. }
  231. }
  232. ?>