Skip to content

Commit 3f3b933

Browse files
authored
Merge pull request #44 from hirowatari/patch-1
Follow links when splitting test files
2 parents b16c206 + 54cc758 commit 3f3b933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SplitTestsByGroups.php

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class SplitTestFilesByGroupsTask extends TestsSplitter implements TaskInterface
130130
public function run()
131131
{
132132
$files = Finder::create()
133+
->followLinks()
133134
->name('*Cept.php')
134135
->name('*Cest.php')
135136
->name('*Test.php')

0 commit comments

Comments
 (0)