public function testItCallsToSqlWhenConvertingToString()
 {
     $this->assertEquals($this->object->toSql(), (string) $this->object);
 }