diff options
-rw-r--r-- | test/data/mock.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/data/mock.php b/test/data/mock.php index 2e90de6d3..d0ed6f2c1 100644 --- a/test/data/mock.php +++ b/test/data/mock.php @@ -239,7 +239,6 @@ QUnit.assert.ok( true, "mock executed");'; protected function cspClean( $req ) { file_put_contents( $this->cspFile, '' ); - unlink( $this->cspFile ); } protected function errorWithScript( $req ) { |