public function PaymentStatusSetTest::testGetPayment in Payment 8.2
@covers ::getPayment
File
- tests/
src/ Unit/ Event/ PaymentStatusSetTest.php, line 52
Class
- PaymentStatusSetTest
- @coversDefaultClass \Drupal\payment\Event\PaymentStatusSet
Namespace
Drupal\Tests\payment\Unit\EventCode
public function testGetPayment() {
$this
->assertSame($this->payment, $this->sut
->getPayment());
}