Skip to content

Commit

Permalink
doc block update
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Sep 10, 2012
1 parent 3706853 commit f7acab7
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions lib/Cake/Test/Case/Utility/FolderTest.php
Expand Up @@ -811,6 +811,7 @@ public function testDelete() {
* Verify that subdirectories existing in both destination and source directory
* are merged recursivly.
*
* @return void
*/
public function testCopy() {
extract($this->_setupFilesystem());
Expand Down Expand Up @@ -839,6 +840,7 @@ public function testCopy() {
* Verify that subdirectories existing in both destination and source directory
* are merged recursivly.
*
* @return void
*/
public function testCopyWithMerge() {
extract($this->_setupFilesystem());
Expand Down Expand Up @@ -914,16 +916,7 @@ public function testCopyWithSkip() {
* Verify that subdirectories existing in both destination and source directory
* are overwritten/replaced recursivly.
*
* $path: folder_test/
* $folderOne: folder_test/folder1/
* - file1.php
* $folderTwo: folder_test/folder2/
* - file2.php
* $folderThree: folder_test/folder1/folder3/
* - file3.php
* $folderFour: folder_test/folder2/folder4/
* - file4.php
* $folderThree: folder_test/folder5/
* @return void
*/
function testCopyWithOverwrite() {
extract($this->_setupFilesystem());
Expand Down Expand Up @@ -956,8 +949,14 @@ function testCopyWithOverwrite() {

/**
* Setup filesystem for copy tests
* $path: folder_test/
* - folder1/file1.php
* - folder1/folderA/fileA.php
* - folder2/file2.php
* - folder2/folderB/fileB.php
* - folder3/
*
* @return void
* @return array Filenames to extract in the test methods
*/
protected function _setupFilesystem() {
$path = TMP . 'folder_test';
Expand Down

0 comments on commit f7acab7

Please sign in to comment.