public function testGetSimpleName()
 {
     $this->assertSame(strtolower($this->gateway), $this->object->getSimpleName());
 }