Skip to content

Commit 8e8f270

Browse files
committed
fixing a broken test in github actions.
1 parent 82f1864 commit 8e8f270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Log/Destination/FileTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ public function testOpenFail()
3636

3737
$Pass = $File->open(
3838
[
39-
'file_name' => "/%DATE%"
39+
'file_name' => "//invalid//path/%DATE%"
4040
]
4141
);
4242

43-
4443
$this->assertFalse( $Pass );
4544
}
4645
}

0 commit comments

Comments
 (0)