Skip to content

Commit d6c7a04

Browse files
[2.3] Remove useless tests skips
1 parent 306b78c commit d6c7a04

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/TestCase.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@
1313

1414
class TestCase extends \PHPUnit_Framework_TestCase
1515
{
16-
protected function setUp()
17-
{
18-
if (!class_exists('Twig_Environment')) {
19-
$this->markTestSkipped('Twig is not available.');
20-
}
21-
}
2216
}

0 commit comments

Comments
 (0)