Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 16, 2023
1 parent 97ebaec commit 876fa8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util/PHP/Template/TestCaseClass.tpl
Expand Up @@ -48,6 +48,7 @@ function __phpunit_run_isolated_test()
}

$test = new {className}('{name}');

$test->setData('{dataName}', unserialize('{data}'));
$test->setDependencyInput(unserialize('{dependencyInput}'));
$test->setInIsolation(true);
Expand Down

0 comments on commit 876fa8b

Please sign in to comment.