aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/template_construct_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/template_construct_runme.php')
-rw-r--r--Examples/test-suite/php/template_construct_runme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/php/template_construct_runme.php b/Examples/test-suite/php/template_construct_runme.php
index 3a3986f7e..b227d9fec 100644
--- a/Examples/test-suite/php/template_construct_runme.php
+++ b/Examples/test-suite/php/template_construct_runme.php
@@ -3,7 +3,7 @@
require "tests.php";
require "template_construct.php";
-check::classes(array(Foo_int));
+check::classes(array('Foo_int'));
$foo_int=new foo_int(3);
check::is_a($foo_int,"foo_int","Made a foo_int");