summaryrefslogtreecommitdiff
path: root/test/it_xml.t
diff options
context:
space:
mode:
authorChristian Schneider2019-02-12 14:50:15 +0100
committerChristian Schneider2019-02-12 14:50:15 +0100
commit2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa (patch)
tree2b106438df71fdd2f797a4320f1950008a1d8589 /test/it_xml.t
parentaafd95fc673f850503fdbe342ce17cdbd24d5c49 (diff)
downloaditools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.tar.gz
itools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.tar.bz2
itools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.zip
Migrate old style constructors to __construct, temporary transition functions for it_dbi (map, mapgen) and it_user (ad, login_user)
Diffstat (limited to 'test/it_xml.t')
-rwxr-xr-xtest/it_xml.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_xml.t b/test/it_xml.t
index f53ceeb..4df340a 100755
--- a/test/it_xml.t
+++ b/test/it_xml.t
@@ -97,7 +97,7 @@ class my_xml extends it_xml
function my_xml($xmldata)
{
- parent::it_xml($xmldata);
+ parent::__construct($xmldata);
# Code which should be executed in root and only there
$this->qux = new it_xml;