프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$tempFile | string |
메소드 | 설명 | |
---|---|---|
it_is_an_array_collection ( ) | ||
it_is_initializable ( ) | ||
it_should_filter_by_a_list_of_files ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_callback ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_date ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_extension ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_name ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_not_name ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_not_path ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_path ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_paths ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_filter_by_size ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
it_should_return_an_empty_list_when_filtering_by_no_extension ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
let ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
letgo ( ) |
public it_should_filter_by_a_list_of_files ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_callback ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_date ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_extension ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_name ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_not_name ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_not_path ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_path ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_paths ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_filter_by_size ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public it_should_return_an_empty_list_when_filtering_by_no_extension ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |
public let ( Symfony\Component\Finder\SplFileInfo $file1, Symfony\Component\Finder\SplFileInfo $file2 ) | ||
$file1 | Symfony\Component\Finder\SplFileInfo | |
$file2 | Symfony\Component\Finder\SplFileInfo |