You are here

public function SermepaGatewayOnNotifyTest::testSermepaGatewayNotifyRuote in Commerce sermepa 8.2

Tests the payment gateway notify route.

File

tests/src/Functional/SermepaGatewayOnNotifyTest.php, line 47

Class

SermepaGatewayOnNotifyTest
Tests the payment gateway notify route for 'Sermepa' case.

Namespace

Drupal\Tests\commerce_sermepa\Functional

Code

public function testSermepaGatewayNotifyRuote() {
  $this
    ->drupalGet('/payment/notify/' . $this->paymentGateway
    ->id());
  $this
    ->assertSession()
    ->statusCodeEquals(200);
}