Skip to content

Commit 2b325c0

Browse files
authored
Merge pull request #225 from FriendsOfSymfony1/fix/following-218
Fix tests count following #218
2 parents 437a29d + 7d1bd47 commit 2b325c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/validator/sfValidatorFileTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
require_once(__DIR__.'/../../bootstrap/unit.php');
1212

13-
$t = new lime_test(69);
13+
$t = new lime_test(70);
1414

1515
$tmpDir = sys_get_temp_dir();
1616
$content = 'This is an ASCII file.';

0 commit comments

Comments
 (0)