You are here

public function MollieApiMock::get in Commerce Mollie 8

Overrides the get() method.

Return value

$this Return itself for further processing.

File

tests/modules/commerce_mollie_tests/src/Services/MollieApiMock.php, line 121

Class

MollieApiMock
Mock class.

Namespace

Drupal\commerce_mollie_tests\Services

Code

public function get() {
  return $this;
}