Skip to content

Commit

Permalink
Test mb_strlen usage
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Feb 13, 2016
1 parent f564922 commit 5f68cac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/SEBTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public function setUp()
$this->customRequestUrl
);

// Use mb_strlen
$this->protocol->useMbStrlen(true);

$this->seb = new $this->bankClass($this->protocol);

$this->expectedData = array(
Expand Down

0 comments on commit 5f68cac

Please sign in to comment.