Skip to content

Commit

Permalink
Replace discouraged use of unlink
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Oct 26, 2023
1 parent bb18a1d commit 5ae4b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Repository/TokenRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function tearDown(): void
{
parent::tearDown();

unlink(__DIR__ . '/../../Fixtures/Repository/tokenTemp.xml');
shell_exec('rm ' . __DIR__ . '/../../Fixtures/Repository/tokenTemp.xml');
}

/**
Expand Down

0 comments on commit 5ae4b1d

Please sign in to comment.