lithium\tests\integration\g11n\ResourcesValidatorTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->_backup['catalogConfig'] = Catalog::config();
        Catalog::config(array('lithium' => array('adapter' => 'Php', 'path' => Libraries::get('lithium', 'path') . '/g11n/resources/php')));
    }