You are here

protected function IPNHandlerTest::setUp in Commerce PayPal 8

Overrides OrderKernelTestBase::setUp

File

tests/src/Kernel/IPNHandlerTest.php, line 37

Class

IPNHandlerTest
Tests the IPN handler.

Namespace

Drupal\Tests\commerce_paypal\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->handler = $this->container
    ->get('commerce_paypal.ipn_handler');
}