diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-05-16 20:58:53 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-05-16 20:58:53 +0000 |
commit | cecb985bee3bdd252e1b8dc0bd500b37cd52be01 (patch) | |
tree | 17266aa237742640aabee7856f0202317a45d540 /t/inc/Licenses.t | |
parent | 0bac06c301f2a83edb0236e4c2434da16848d549 (diff) |
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert
kleine Korrekturen am Design
Diffstat (limited to 't/inc/Licenses.t')
-rw-r--r-- | t/inc/Licenses.t | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/t/inc/Licenses.t b/t/inc/Licenses.t new file mode 100644 index 00000000..86202bd6 --- /dev/null +++ b/t/inc/Licenses.t @@ -0,0 +1,29 @@ +#!/usr/bin/env php +<?php +require 'Test.php'; + +plan(3); + +error_reporting( E_ALL ); + +define( 'MEDIAWIKI', 1 ); // Hack + +require_ok( 'languages/Language.php' ); +require_ok( 'includes/GlobalFunctions.php' ); +require_ok( 'includes/Licenses.php' ); + +$str = " +* Free licenses: +** GFLD|Debian disagrees +"; + +#$lc = new Licenses ( $str ); + +#isa_ok( $lc, 'Licenses' ); + +#echo $lc->html; + + + + +?>
\ No newline at end of file |