Phalcon\Test\Utils\SlugTest::_before PHP Method

_before() protected method

executed before each test
protected _before ( )
    protected function _before()
    {
        if (!extension_loaded('intl')) {
            $this->markTestSkipped('The intl module is not available.');
        }
    }