Skip to content

Commit 314b6d9

Browse files
Fix AutowiringTypesTest transient tests
1 parent 9e48546 commit 314b6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/WebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ protected static function createKernel(array $options = array())
6868

6969
protected static function getVarDir()
7070
{
71-
return substr(strrchr(get_called_class(), '\\'), 1);
71+
return 'FB'.substr(strrchr(get_called_class(), '\\'), 1);
7272
}
7373
}

0 commit comments

Comments
 (0)