Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 13... Línea 13...
13
//
13
//
14
// You should have received a copy of the GNU General Public License
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea 16...
16
 
16
 
17
/**
-
 
18
 * Test factory for lib/outputfactories.php.
-
 
19
 *
-
 
20
 * @package   core
-
 
21
 * @category  phpunit
-
 
22
 * @copyright 2014 Damyon Wiese
-
 
23
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
24
 */
-
 
25
 
-
 
26
defined('MOODLE_INTERNAL') || die();
-
 
27
 
-
 
28
global $CFG;
-
 
29
require_once($CFG->libdir . '/outputfactories.php');
-
 
30
 
-
 
31
/**
17
/**
32
 * This is renderer factory testing of the classname autoloading.
18
 * This is renderer factory testing of the classname autoloading.
33
 *
19
 *
34
 * @copyright 2014 Damyon Wiese
20
 * @copyright 2014 Damyon Wiese
35
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
21
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later