aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/import_nomodule_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/import_nomodule_runme.php')
-rw-r--r--Examples/test-suite/php/import_nomodule_runme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/php/import_nomodule_runme.php b/Examples/test-suite/php/import_nomodule_runme.php
index 41836ba0f..e5ea761f7 100644
--- a/Examples/test-suite/php/import_nomodule_runme.php
+++ b/Examples/test-suite/php/import_nomodule_runme.php
@@ -3,9 +3,9 @@ require "tests.php";
require "import_nomodule.php";
// No new functions
-check::functions(array(create_foo,delete_foo,test1,is_python_builtin));
+check::functions(array('create_foo','delete_foo','test1','is_python_builtin'));
// No new classes
-check::classes(array(import_nomodule,Bar));
+check::classes(array('import_nomodule','Bar'));
// now new vars
check::globals(array());