|
@ -30,6 +30,7 @@ class FileLoggerTest extends PHPUnit_Framework_TestCase |
|
|
public function setUp() |
|
|
public function setUp() |
|
|
{ |
|
|
{ |
|
|
vfsStreamWrapper::register(); |
|
|
vfsStreamWrapper::register(); |
|
|
|
|
|
vfsStream::setup(); |
|
|
$root = vfsStream::create(array()); |
|
|
$root = vfsStream::create(array()); |
|
|
vfsStreamWrapper::setRoot($root); |
|
|
vfsStreamWrapper::setRoot($root); |
|
|
$this->conf = array('logger' => 'FileLogger', 'filepath' => vfsStream::url('root/log.txt')); |
|
|
$this->conf = array('logger' => 'FileLogger', 'filepath' => vfsStream::url('root/log.txt')); |
|
|