Skip to content

Commit 6ff0bdc

Browse files
committed
Fix test suite
1 parent 7122d9b commit 6ff0bdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/php/util/log/unittest/FileAppenderTest.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ public function tearDown() {
2323
date_default_timezone_set($this->tz);
2424
}
2525

26-
/** @return util.log.BufferedAppender */
26+
/** @return util.log.BufferedAppender */
2727
private function newFixture() {
28-
return (new FileAppender('mem://'.$this->name))->withLayout(new PatternLayout("[%l] %m\n"));
28+
return (new FileAppender('mem://file'))->withLayout(new PatternLayout("[%l] %m\n"));
2929
}
3030

3131
#[Test]

0 commit comments

Comments
 (0)