Phalcon\Test\Utils\SlugTest::_before PHP Метод

_before() защищенный Метод

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