File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/omnipay/common/tests/Omnipay/Common/Exception/InvalidResponseExceptionTest.php
Back
<?php namespace Omnipay\Common\Exception; use Omnipay\Tests\TestCase; class InvalidResponseExceptionTest extends TestCase { public function testConstructWithDefaultMessage() { $exception = new InvalidResponseException(); $this->assertSame('Invalid response from payment gateway', $exception->getMessage()); } public function testConstructWithCustomMessage() { $exception = new InvalidResponseException('Oops'); $this->assertSame('Oops', $exception->getMessage()); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings