/**
  * @test
  * @dataProvider hrTagCorrectlyTransformedOnWayToDataBaseDataProvider
  */
 public function hrTagCorrectlyTransformedOnWayToDataBase($content, $expectedResult)
 {
     // Assume the transformation is ts_css
     $this->assertEquals($expectedResult, $this->fixture->TS_transform_db($content, TRUE));
 }