addTest (new Tester_Test_WriteableFile (DOCROOT . 'version')); $this->addTest (new Tester_Test_WriteableDir (DATADIR . '/logs')); $this->addTest (new Tester_Test_WriteableDir (DATADIR . '/config')); $this->addTest (new Tester_Test_WriteableDir (DATADIR . '/tmp')); $this->addTest (new Tester_Test_WriteableDir (DATADIR . '/update')); if (Setting_Model::get (Setting_Model::S_SCREENSHOT_LOCAL) == 1) { $this->addTest (new Tester_Test_WriteableDir (Setting_Model::getScreenshotLocalDir ())); } } }