Skip to content

Commit

Permalink
Merge pull request #225 from FriendsOfSymfony1/fix/following-218
Browse files Browse the repository at this point in the history
Fix tests count following #218
  • Loading branch information
j0k3r authored Apr 3, 2020
2 parents 437a29d + 7d1bd47 commit 2b325c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/validator/sfValidatorFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

$t = new lime_test(69);
$t = new lime_test(70);

$tmpDir = sys_get_temp_dir();
$content = 'This is an ASCII file.';
Expand Down

0 comments on commit 2b325c0

Please sign in to comment.