We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6352185 commit 4e22f38Copy full SHA for 4e22f38
src/Symfony/Cmf/Component/Testing/Phpunit/DatabaseTestListener.php
@@ -23,7 +23,7 @@ class DatabaseTestListener implements \PHPUnit_Framework_TestListener
23
{
24
protected static $currentSuite;
25
private $processBuilder;
26
- private $prefix;
+ private $prefix = array();
27
28
public function __construct($processBuilder = null)
29
0 commit comments