blob: 2687333b0dd2d3abaa08cf0fb20db9f6cbe2e453 [file] [log] [blame]
<?php
require "tests.php";
// No new functions
check::functions(array());
// New classes
check::classes(array('StaticMemberTest','StaticFunctionTest','cpp_static','StaticBase','StaticDerived'));
// No new vars
check::globals(array());
check::done();