Skip to content

Commit e08a8fb

Browse files
Merge branch '12.3'
2 parents 5487ab3 + d2e719a commit e08a8fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/Framework/Assert/assertDirectoryIsNotReadableTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ protected function setUp(): void
3838

3939
protected function tearDown(): void
4040
{
41+
if (!isset($this->directory)) {
42+
return;
43+
}
44+
4145
@rmdir($this->directory);
4246
}
4347

0 commit comments

Comments
 (0)