mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Don't remove csp.log in the cspClean action of mock.php
For some reason the current setup worked fine with Apache but broke for me when I migrated to nginx. Closes gh-4936
This commit is contained in:
parent
d225639a8e
commit
1019074f7b
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user