select *
';
+ $result = '' . "\n"
+ . 'select *' . "\n"
+ . '
';
$this->assertEquals(
$result,
$this->object->applyTransformation($buffer, $options)
- );
+ );
}
}