Skip to content

Commit 9b15def

Browse files
Fix CS/WS issue
1 parent f6d83c3 commit 9b15def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Framework/TestBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function build(ReflectionClass $theClass, string $methodName, array $grou
4848
if ($this->requirementsSatisfied($className, $methodName)) {
4949
try {
5050
ErrorHandler::instance()->enterTestCaseContext($methodName);
51+
5152
$data = (new DataProvider)->providedData($className, $methodName);
5253
} finally {
5354
ErrorHandler::instance()->leaveTestCaseContext();

0 commit comments

Comments
 (0)