Phalcon\Test\Unit\Translate\Adapter\CsvTest::_before PHP Method

_before() public method

executed before each test
public _before ( )
    public function _before()
    {
        parent::_before();
        $this->config = ['ru' => ['content' => PATH_DATA . 'translation/csv/ru_RU.csv']];
    }