mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 22:47:27 +02:00
refactor: comments
This commit is contained in:
@ -101,7 +101,7 @@ final class TestRepository
|
||||
|
||||
foreach ($state as $testFactory) {
|
||||
/** @var TestCaseFactory $testFactory */
|
||||
$tests = $testFactory->build($testSuite);
|
||||
$tests = $testFactory->make($testSuite);
|
||||
foreach ($tests as $test) {
|
||||
$each($test);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user