Fixed vfsStream to version 0.11.1 (work with both 0.10.1 and 0.11.1)
This commit is contained in:
committed by
Anton Terekhov
parent
400d2667df
commit
34645282ce
@ -28,6 +28,7 @@ class PHPViewTest extends PHPUnit_Framework_TestCase
|
||||
public function setUp()
|
||||
{
|
||||
vfsStreamWrapper::register();
|
||||
vfsStream::setup();
|
||||
$root = vfsStream::create(array());
|
||||
vfsStreamWrapper::setRoot($root);
|
||||
$views_dir = vfsStream::newDirectory('views');
|
||||
|
Reference in New Issue
Block a user