Skip to content

Commit 5938d30

Browse files
dmvdbruggejbwyme
authored andcommitted
When changing finally to catch, the unlink needs to be there twice
1 parent 75cc9ec commit 5938d30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Producers/MixpanelEventsProducerTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,7 @@ public function testCreateAliasRespectsConsumerSetting() {
9898
unlink($tmp_file);
9999
throw $e;
100100
}
101+
102+
unlink($tmp_file);
101103
}
102104
}

0 commit comments

Comments
 (0)