summaryrefslogtreecommitdiff
path: root/php/test/Ice/ini/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'php/test/Ice/ini/test.py')
-rw-r--r--php/test/Ice/ini/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/test/Ice/ini/test.py b/php/test/Ice/ini/test.py
index 05be95fe1aa..f2c6e810dc9 100644
--- a/php/test/Ice/ini/test.py
+++ b/php/test/Ice/ini/test.py
@@ -16,7 +16,7 @@ class IniClient(Client):
def setup(self, current):
if self.iceProfile:
- current.testcase.createFile("ice.profiles", [
+ current.createFile("ice.profiles", [
"[%s]" % self.iceProfile,
"ice.config=\"config.client\"",
"ice.options=\"%s\"" % self.iceOptions,