Skip to content

Commit

Permalink
Add another test use case
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Jun 13, 2020
1 parent afa0884 commit fba4aa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/AlgerianMobilePhoneNumberSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,9 @@ function it_accepts_dash_separated_format_with_international_indicative()
$this->asString()->shouldReturn('00213699000000');
}

function it_accepts_mixed_separated_format()
{
$this->beConstructedFromString('06 9900-00-00');
$this->asString()->shouldReturn('0699000000');
}
}

0 comments on commit fba4aa6

Please sign in to comment.