Alex\BehatLauncher\Behat\MysqlStorage::__construct PHP Method

__construct() public method

public __construct ( Doctrine\DBAL\Connection $connection, $filesDir )
$connection Doctrine\DBAL\Connection
    public function __construct(Connection $connection, $filesDir)
    {
        $this->connection = $connection;
        $this->filesDir = $filesDir;
    }