diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/logger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/logger.php b/tests/lib/logger.php index 7d5d4049b28..fcdf5b58670 100644 --- a/tests/lib/logger.php +++ b/tests/lib/logger.php @@ -19,7 +19,7 @@ class Logger extends \PHPUnit_Framework_TestCase { public function setUp() { self::$logs = array(); - $this->logger = new Log($this); + $this->logger = new Log('Test\Logger'); } public function testInterpolation() { |