We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c9b39 commit 79052f2Copy full SHA for 79052f2
1 file changed
tests/Divergence/TestListener.php
@@ -80,7 +80,7 @@ public function endTestSuite(TestSuite $suite): void
80
{
81
//printf("TestSuite '%s' ended.\n", $suite->getName());
82
if ($suite->getName() == 'all') {
83
- exec('rm -rf %s', App::$App->ApplicationPath.'/media');
+ exec(sprintf('rm -rf %s', App::$App->ApplicationPath.'/media'));
84
fwrite(STDERR, "\n".'Cleaning up Divergence Mock Environment for PHPUnit'."\n");
85
}
86
0 commit comments