protected function CompassFilterTest::setUp

File

drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CompassFilterTest.php, line 25

Class

CompassFilterTest
Compass filter test case.

Namespace

Assetic\Test\Filter

Code

protected function setUp() {
  if (!isset($_SERVER['COMPASS_BIN'])) {
    $this
      ->markTestSkipped('There is no COMPASS_BIN environment variable.');
  }
}