TYPO3  7.6
Public Member Functions | List of all members
RecursiveDirectoryIteratorTest Class Reference
Inheritance diagram for RecursiveDirectoryIteratorTest:
IteratorTestCase

Public Member Functions

 testRewind ($path, $seekable, $contains, $message=null)
 
 testSeek ($path, $seekable, $contains, $message=null)
 
 getPaths ()
 

Additional Inherited Members

- Protected Member Functions inherited from IteratorTestCase
 assertIterator ($expected,\Traversable $iterator)
 
 assertOrderedIterator ($expected,\Traversable $iterator)
 
 assertOrderedIteratorForGroups ($expected,\Traversable $iterator)
 
 assertIteratorInForeach ($expected,\Traversable $iterator)
 
 assertOrderedIteratorInForeach ($expected,\Traversable $iterator)
 

Detailed Description

Definition at line 16 of file RecursiveDirectoryIteratorTest.php.

Member Function Documentation

getPaths ( )

Definition at line 66 of file RecursiveDirectoryIteratorTest.php.

testRewind (   $path,
  $seekable,
  $contains,
  $message = null 
)

getPaths

Parameters
string$path
bool$seekable
array$contains
string$message

Definition at line 26 of file RecursiveDirectoryIteratorTest.php.

testSeek (   $path,
  $seekable,
  $contains,
  $message = null 
)

getPaths

Parameters
string$path
bool$seekable
array$contains
string$message

Definition at line 47 of file RecursiveDirectoryIteratorTest.php.