Skip to content

Commit 78c56bf

Browse files
[2.3] Remove useless tests skips
1 parent 13a804f commit 78c56bf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Tests/Functional/WebTestCase.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ public static function assertRedirect($response, $location)
2323
self::assertEquals('http://localhost'.$location, $response->headers->get('Location'));
2424
}
2525

26-
protected function setUp()
27-
{
28-
if (!class_exists('Twig_Environment')) {
29-
$this->markTestSkipped('Twig is not available.');
30-
}
31-
32-
parent::setUp();
33-
}
34-
3526
protected function deleteTmpDir($testCase)
3627
{
3728
if (!file_exists($dir = sys_get_temp_dir().'/'.Kernel::VERSION.'/'.$testCase)) {

0 commit comments

Comments
 (0)