Phalcon\Test\Unit\Annotations\ReflectionTest::_before PHP Method

_before() protected method

executed before each test
protected _before ( )
    protected function _before()
    {
        parent::_before();
        require_once PATH_DATA . 'annotations/TestClass.php';
    }