diff options
Diffstat (limited to 'php/test/Ice/ini/test.py')
-rw-r--r-- | php/test/Ice/ini/test.py | 2 |
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, |