File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/omnipay/2checkout/tests/Message/CompletePurchaseResponseTest.php
Back
<?php namespace Omnipay\TwoCheckout\Message; use Omnipay\Tests\TestCase; class CompletePurchaseResponseTest extends TestCase { public function testConstruct() { $response = new CompletePurchaseresponse($this->getMockRequest(), array('order_number' => 'abc123')); $this->assertTrue($response->isSuccessful()); $this->assertFalse($response->isRedirect()); $this->assertSame('abc123', $response->getTransactionReference()); $this->assertNull($response->getMessage()); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings