Skip to content

Commit

Permalink
change feature test root path
Browse files Browse the repository at this point in the history
  • Loading branch information
Batisska committed May 5, 2021
1 parent 58e1ba0 commit 5794b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ protected function findUnitTestsRootPath()
*/
protected function findFeatureTestsRootPath()
{
return base_path(). DS . 'tests' . DS . 'Feature';
return base_path(). DS . 'tests' . DS . 'Features';
}

/**
Expand Down

0 comments on commit 5794b65

Please sign in to comment.