Skip to content

Commit 4e22f38

Browse files
committed
fix tests
1 parent 6352185 commit 4e22f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Cmf/Component/Testing/Phpunit/DatabaseTestListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class DatabaseTestListener implements \PHPUnit_Framework_TestListener
2323
{
2424
protected static $currentSuite;
2525
private $processBuilder;
26-
private $prefix;
26+
private $prefix = array();
2727

2828
public function __construct($processBuilder = null)
2929
{

0 commit comments

Comments
 (0)