Skip to content

Commit

Permalink
EZP-24253: Fixed integration tests using TextLine
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Apr 24, 2015
1 parent a6be15d commit 41bd3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Repository/Tests/BaseNonRedundantFieldSetTest.php
Expand Up @@ -40,8 +40,8 @@ protected function createContentType()

$validatorConfiguration = array(
'StringLengthValidator' => array(
'minStringLength' => false,
'maxStringLength' => false,
'minStringLength' => null,
'maxStringLength' => null,
),
);

Expand Down

0 comments on commit 41bd3f1

Please sign in to comment.