public function BasicTest::testGetRefundStatusId in Payment 8.2
Same name in this branch
- 8.2 tests/src/Unit/Plugin/Payment/MethodConfiguration/BasicTest.php \Drupal\Tests\payment\Unit\Plugin\Payment\MethodConfiguration\BasicTest::testGetRefundStatusId()
- 8.2 tests/src/Unit/Plugin/Payment/Method/BasicTest.php \Drupal\Tests\payment\Unit\Plugin\Payment\Method\BasicTest::testGetRefundStatusId()
@covers ::getRefundStatusId
File
- tests/
src/ Unit/ Plugin/ Payment/ Method/ BasicTest.php, line 114
Class
- BasicTest
- @coversDefaultClass \Drupal\payment\Plugin\Payment\Method\Basic
Namespace
Drupal\Tests\payment\Unit\Plugin\Payment\MethodCode
public function testGetRefundStatusId() {
$this
->assertSame($this->pluginDefinition['refund_status_id'], $this->sut
->getRefundStatusId());
}