SilexAssetic\Tests\AsseticExtensionTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        if (!class_exists('Assetic\\AssetManager')) {
            $this->markTestSkipped('Assetic was not installed.');
        }
    }