getMockRequest(), array('order_number' => 'abc123')); $this->assertTrue($response->isSuccessful()); $this->assertFalse($response->isRedirect()); $this->assertSame('abc123', $response->getTransactionReference()); $this->assertNull($response->getMessage()); } }