public function PaymentUnitTest::testBundle in Payment 8.2
Tests bundle().
File
- tests/
src/ Kernel/ PaymentUnitTest.php, line 73
Class
- PaymentUnitTest
- \Drupal\payment\Entity\Payment unit test.
Namespace
Drupal\Tests\payment\KernelCode
public function testBundle() {
$this
->assertIdentical($this->payment
->bundle(), $this->bundle);
}