Open Journal Systems
3.3.0
|
Definition at line 7 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::setUp | ( | ) |
Definition at line 15 of file CreditCardTest.php.
References Omnipay\Common\CreditCard\setNumber().
Omnipay\Common\CreditCardTest::testAddress1 | ( | ) |
Definition at line 569 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testAddress2 | ( | ) |
Definition at line 577 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingAddress1 | ( | ) |
Definition at line 409 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingAddress2 | ( | ) |
Definition at line 416 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingCity | ( | ) |
Definition at line 423 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingCompany | ( | ) |
Definition at line 402 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingCountry | ( | ) |
Definition at line 444 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingFax | ( | ) |
Definition at line 465 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingFirstName | ( | ) |
Definition at line 377 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingLastName | ( | ) |
Definition at line 384 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingName | ( | ) |
Definition at line 391 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingPhone | ( | ) |
Definition at line 451 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingPhoneExtension | ( | ) |
Definition at line 458 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingPostcode | ( | ) |
Definition at line 430 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingState | ( | ) |
Definition at line 437 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBillingTitle | ( | ) |
Definition at line 370 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBirthday | ( | ) |
Definition at line 647 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testBirthdayEmpty | ( | ) |
Definition at line 654 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testCity | ( | ) |
Definition at line 585 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testCompany | ( | ) |
Definition at line 561 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testConstructWithParams | ( | ) |
Definition at line 26 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testCountry | ( | ) |
Definition at line 609 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testCustomBrandAddedTwiceReturnsFalse | ( | ) |
Definition at line 133 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testCustomBrandWorks | ( | ) |
Definition at line 124 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testCustomSupportedBrand | ( | ) |
Definition at line 118 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testCvv | ( | ) |
Definition at line 338 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testEmail | ( | ) |
Definition at line 641 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testExpiryDate | ( | ) |
Definition at line 300 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testExpiryMonth | ( | ) |
Definition at line 276 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testExpiryMonthLeadingZeros | ( | ) |
Definition at line 282 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testExpiryYear | ( | ) |
Definition at line 288 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testExpiryYearTwoDigits | ( | ) |
Definition at line 294 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testFax | ( | ) |
Definition at line 633 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testFirstName | ( | ) |
Definition at line 146 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGender | ( | ) |
Definition at line 660 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetBrandAmex | ( | ) |
Definition at line 252 of file CreditCardTest.php.
References Omnipay\Common\CreditCard\BRAND_AMEX.
Omnipay\Common\CreditCardTest::testGetBrandDefault | ( | ) |
Definition at line 230 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetBrandDinersClub | ( | ) |
Definition at line 264 of file CreditCardTest.php.
References Omnipay\Common\CreditCard\BRAND_DINERS_CLUB.
Omnipay\Common\CreditCardTest::testGetBrandDiscover | ( | ) |
Definition at line 258 of file CreditCardTest.php.
References Omnipay\Common\CreditCard\BRAND_DISCOVER.
Omnipay\Common\CreditCardTest::testGetBrandJcb | ( | ) |
Definition at line 270 of file CreditCardTest.php.
References Omnipay\Common\CreditCard\BRAND_JCB.
Omnipay\Common\CreditCardTest::testGetBrandMasterCard | ( | ) |
Definition at line 242 of file CreditCardTest.php.
References Omnipay\Common\CreditCard\BRAND_MASTERCARD.
Omnipay\Common\CreditCardTest::testGetBrandVisa | ( | ) |
Definition at line 236 of file CreditCardTest.php.
References Omnipay\Common\CreditCard\BRAND_VISA.
Omnipay\Common\CreditCardTest::testGetName | ( | ) |
Definition at line 158 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetNumberLastFour | ( | ) |
Definition at line 204 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetNumberLastFourNonDigits | ( | ) |
Definition at line 210 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetNumberLastFourNull | ( | ) |
Definition at line 198 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetNumberMasked | ( | ) |
Definition at line 216 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetNumberMaskedNonDigits | ( | ) |
Definition at line 223 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetParamters | ( | ) |
Definition at line 39 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testGetSupportedBrands | ( | ) |
Definition at line 111 of file CreditCardTest.php.
References Omnipay\Common\CreditCard\BRAND_VISA.
Omnipay\Common\CreditCardTest::testInitializeWithParams | ( | ) |
Definition at line 32 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testInvalidLuhn | ( | ) |
@expectedException Omnipay\Common\Exception\InvalidCreditCardException @expectedExceptionMessage Card number is invalid
Definition at line 670 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testInvalidShortCard | ( | ) |
@expectedException Omnipay\Common\Exception\InvalidCreditCardException @expectedExceptionMessage Card number should have 12 to 19 digits
Definition at line 680 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testIssueNumber | ( | ) |
Definition at line 364 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testLastName | ( | ) |
Definition at line 152 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testNumber | ( | ) |
Definition at line 186 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testPhone | ( | ) |
Definition at line 617 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testPhoneExtension | ( | ) |
Definition at line 625 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testPostcode | ( | ) |
Definition at line 593 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testSetName | ( | ) |
Definition at line 165 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testSetNameWithMultipleNames | ( | ) |
Definition at line 179 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testSetNameWithOneName | ( | ) |
Definition at line 172 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testSetNumberStripsNonDigits | ( | ) |
Definition at line 192 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingAddress1 | ( | ) |
Definition at line 507 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingAddress2 | ( | ) |
Definition at line 513 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingCity | ( | ) |
Definition at line 519 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingCompany | ( | ) |
Definition at line 501 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingCountry | ( | ) |
Definition at line 537 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingFax | ( | ) |
Definition at line 555 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingFirstName | ( | ) |
Definition at line 478 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingLastName | ( | ) |
Definition at line 484 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingName | ( | ) |
Definition at line 490 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingPhone | ( | ) |
Definition at line 543 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingPhoneExtension | ( | ) |
Definition at line 549 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingPostcode | ( | ) |
Definition at line 525 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingState | ( | ) |
Definition at line 531 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShippingTitle | ( | ) |
Definition at line 472 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShouldReturnTrack1 | ( | ) |
Definition at line 350 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testShouldReturnTrack2 | ( | ) |
Definition at line 357 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testStartDate | ( | ) |
Definition at line 331 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testStartMonth | ( | ) |
Definition at line 307 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testStartMonthLeadingZeros | ( | ) |
Definition at line 313 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testStartYear | ( | ) |
Definition at line 319 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testStartYearTwoDigits | ( | ) |
Definition at line 325 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testState | ( | ) |
Definition at line 601 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testTitle | ( | ) |
Definition at line 140 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testTracks | ( | ) |
Definition at line 344 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testValidateExpiryDate | ( | ) |
@expectedException \Omnipay\Common\Exception\InvalidCreditCardException @expectedExceptionMessage Card has expired
Definition at line 95 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testValidateExpiryMonthRequired | ( | ) |
@expectedException \Omnipay\Common\Exception\InvalidCreditCardException @expectedExceptionMessage The expiryMonth parameter is required
Definition at line 75 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testValidateExpiryYearRequired | ( | ) |
@expectedException \Omnipay\Common\Exception\InvalidCreditCardException @expectedExceptionMessage The expiryYear parameter is required
Definition at line 85 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testValidateFixture | ( | ) |
Definition at line 56 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testValidateNumber | ( | ) |
@expectedException \Omnipay\Common\Exception\InvalidCreditCardException @expectedExceptionMessage Card number is invalid
Definition at line 105 of file CreditCardTest.php.
Omnipay\Common\CreditCardTest::testValidateNumberRequired | ( | ) |
@expectedException \Omnipay\Common\Exception\InvalidCreditCardException @expectedExceptionMessage The number parameter is required
Definition at line 65 of file CreditCardTest.php.