Skip to content

Commit

Permalink
Add behat contexts for api ExchangeRates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomanhez committed Mar 11, 2020
1 parent 33e8487 commit a5a0fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Sylius/Behat/Client/ApiClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public function isUpdateSuccessful(): bool;
/** @param string|int $value */
public function responseHasValue(string $key, $value): bool;

/** @param string|int $value */
public function relatedResourceHasValue(string $resource, string $key, $value): bool;

/** @param string|float $value */
Expand Down

0 comments on commit a5a0fef

Please sign in to comment.