@@ 217-219 (lines=3) @@ | ||
214 | { |
|
215 | $tests = array(); |
|
216 | ||
217 | foreach (glob(__DIR__.'/fixtures/testcases/yml/*/') as $folder) { |
|
218 | $tests[] = array(basename($folder), 'yml'); |
|
219 | } |
|
220 | ||
221 | foreach (glob(__DIR__.'/fixtures/testcases/php/*/') as $folder) { |
|
222 | $tests[] = array(basename($folder), 'php'); |
|
@@ 221-223 (lines=3) @@ | ||
218 | $tests[] = array(basename($folder), 'yml'); |
|
219 | } |
|
220 | ||
221 | foreach (glob(__DIR__.'/fixtures/testcases/php/*/') as $folder) { |
|
222 | $tests[] = array(basename($folder), 'php'); |
|
223 | } |
|
224 | ||
225 | return $tests; |
|
226 | } |