- Issue created by @quietone
- Status changed to Needs review
over 2 years ago 8:27am 8 February 2023 The last submitted patch, 2: 3340142-2.patch, failed testing. View results β
- Status changed to Needs work
5 days ago 10:32pm 26 May 2025 - π¦πΊAustralia mstrelan
I was very confused by this in the original issue summary:
Since we can not test expected expectations the block of code can be updated.
I've updated by what I think it was meant to say:
Since we can now test expected exceptions the block of code can be updated.
- π¦πΊAustralia mstrelan
I don't think we need to split this in to two functions like the patch, we just need to rearrange it so the test for the public dir comes first before we expect the exceptions. You can verify this by moving the expectException call to after the copyDirectory call and the test will fail.