swig/Examples/test-suite/php4/cpp_static_runme.php4
2008-05-09 12:46:40 +00:00

15 lines
261 B
PHP

<?php
// Sample test file
require "tests.php4";
require "cpp_static.php";
// No new functions
check::functions(array());
// No new classes
check::classes(array(StaticMemberTest,StaticFunctionTest));
// now new vars
check::globals(array());
check::done();
?>