Open Journal Systems
3.3.0
|
Public Member Functions | |
setUp () | |
testConstruct () | |
testDefaultMethods () | |
testGetRedirectResponseGet () | |
testGetRedirectResponseInvalidMethod () | |
testGetRedirectResponseNotImplemented () | |
testGetRedirectResponseNotSupported () | |
testGetRedirectResponsePost () | |
testGetTransactionIdNull () | |
Definition at line 8 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::setUp | ( | ) |
Definition at line 10 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::testConstruct | ( | ) |
Definition at line 15 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::testDefaultMethods | ( | ) |
Definition at line 25 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::testGetRedirectResponseGet | ( | ) |
Definition at line 58 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::testGetRedirectResponseInvalidMethod | ( | ) |
@expectedException \Omnipay\Common\Exception\RuntimeException @expectedExceptionMessage Invalid redirect method "DELETE".
Definition at line 86 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::testGetRedirectResponseNotImplemented | ( | ) |
@expectedException \Omnipay\Common\Exception\RuntimeException @expectedExceptionMessage This response does not support redirection.
Definition at line 41 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::testGetRedirectResponseNotSupported | ( | ) |
@expectedException \Omnipay\Common\Exception\RuntimeException @expectedExceptionMessage This response does not support redirection.
Definition at line 50 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::testGetRedirectResponsePost | ( | ) |
Definition at line 68 of file AbstractResponseTest.php.
Omnipay\Common\Message\AbstractResponseTest::testGetTransactionIdNull | ( | ) |
Definition at line 94 of file AbstractResponseTest.php.