From dffa74bbe5e75b91c93fdf1216ad93826d857b13 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 16 Feb 2022 11:17:51 +1300 Subject: [PATCH] php/cpp_basic_runme.php: Add new class to list --- Examples/test-suite/php/cpp_basic_runme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/php/cpp_basic_runme.php b/Examples/test-suite/php/cpp_basic_runme.php index fb34bc936..9dbebeaf2 100644 --- a/Examples/test-suite/php/cpp_basic_runme.php +++ b/Examples/test-suite/php/cpp_basic_runme.php @@ -5,7 +5,7 @@ require "tests.php"; // New functions check::functions(array('get_func1_ptr','get_func2_ptr','test_func_ptr')); // New classes -check::classes(array('cpp_basic','Foo','FooSub','FooSubSub','Bar','Fl_Window')); +check::classes(array('cpp_basic','Foo','FooSub','FooSubSub','Bar','Fl_Window','JustConst')); // No new vars check::globals(array());