swig/Examples/test-suite/php/cpp_static_runme.php
2008-12-06 21:40:54 +00:00

15 lines
260 B
PHP

<?php
// Sample test file
require "tests.php";
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();
?>