Skip to content

Commit

Permalink
OP-266 - fix phpSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jun 12, 2024
1 parent c11b114 commit b7f1620
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/Api/WebClientSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ final class WebClientSpec extends ObjectBehavior

const POINT_NAME = 'AAA666';

const LABEL_TYPE = 'normal';

const PARCEL_TEMPLATE = 'large';

function let(Client $client): void
{
$this->beConstructedWith($client);
$this->beConstructedWith($client, self::LABEL_TYPE, self::PARCEL_TEMPLATE);
}

function it_is_initializable(): void
Expand Down

0 comments on commit b7f1620

Please sign in to comment.