Phalcon\Test\Unit\Logger\Formatter\LineTest::_before PHP Method

_before() public method

executed before each test
public _before ( )
    public function _before()
    {
        parent::_before();
        $this->logPath = PATH_OUTPUT . 'tests/logs/';
    }